Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp603 enum InstCycleState { ICS_Unknown, ICS_CycleFree, ICS_Cycle }; global() enum in __anon33c65ffb0211::NewGVN
604 mutable DenseMap<const Instruction *, InstCycleState> InstCycleState; global() member in __anon33c65ffb0211::NewGVN