Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp607 enum InstCycleState { ICS_Unknown, ICS_CycleFree, ICS_Cycle }; enum in __anonccb5b2130211::NewGVN
608 mutable DenseMap<const Instruction *, InstCycleState> InstCycleState; member in __anonccb5b2130211::NewGVN