Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp606 enum InstCycleState { ICS_Unknown, ICS_CycleFree, ICS_Cycle }; enum in __anonf7cb05f80211::NewGVN
607 mutable DenseMap<const Instruction *, InstCycleState> InstCycleState; member in __anonf7cb05f80211::NewGVN
1690 auto ICS = InstCycleState.lookup(I); in isCycleFree()
1696 InstCycleState.insert({I, ICS_CycleFree}); in isCycleFree()
1704 InstCycleState.insert({MemberPhi, ICS}); in isCycleFree()