Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp605 enum InstCycleState { ICS_Unknown, ICS_CycleFree, ICS_Cycle }; enum in __anon6cd15b600311::NewGVN
606 mutable DenseMap<const Instruction *, InstCycleState> InstCycleState; member in __anon6cd15b600311::NewGVN
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp606 enum InstCycleState { ICS_Unknown, ICS_CycleFree, ICS_Cycle }; enum in __anone02299660211::NewGVN
607 mutable DenseMap<const Instruction *, InstCycleState> InstCycleState; member in __anone02299660211::NewGVN