Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp605 enum InstCycleState { ICS_Unknown, ICS_CycleFree, ICS_Cycle }; enum in __anon98b4caf30311::NewGVN
606 mutable DenseMap<const Instruction *, InstCycleState> InstCycleState; member in __anon98b4caf30311::NewGVN