Home
last modified time | relevance | path

Searched refs:InstCycleState (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp607 enum InstCycleState { ICS_Unknown, ICS_CycleFree, ICS_Cycle }; enum in __anon4fc2225d0211::NewGVN
608 mutable DenseMap<const Instruction *, InstCycleState> InstCycleState; member in __anon4fc2225d0211::NewGVN
1710 auto ICS = InstCycleState.lookup(I); in isCycleFree()
1716 InstCycleState.insert({I, ICS_CycleFree}); in isCycleFree()
1724 InstCycleState.insert({MemberPhi, ICS}); in isCycleFree()