Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp603 enum InstCycleState { ICS_Unknown, ICS_CycleFree, ICS_Cycle }; enum in __anonb04f3f7e0211::NewGVN
604 mutable DenseMap<const Instruction *, InstCycleState> InstCycleState; member in __anonb04f3f7e0211::NewGVN
1706 auto ICS = InstCycleState.lookup(I); in isCycleFree()
1712 InstCycleState.insert({I, ICS_CycleFree}); in isCycleFree()
1720 InstCycleState.insert({MemberPhi, ICS}); in isCycleFree()