Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp606 enum InstCycleState { ICS_Unknown, ICS_CycleFree, ICS_Cycle }; enum in __anon1f4f44df0211::NewGVN
607 mutable DenseMap<const Instruction *, InstCycleState> InstCycleState; member in __anon1f4f44df0211::NewGVN
1697 auto ICS = InstCycleState.lookup(I); in isCycleFree()
1703 InstCycleState.insert({I, ICS_CycleFree}); in isCycleFree()
1711 InstCycleState.insert({MemberPhi, ICS}); in isCycleFree()