Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp401 Instruction *CInst2 = dyn_cast_or_null<Instruction>(IfCond2); in MergeIfRegion() local
402 if (!CInst2) in MergeIfRegion()
405 BasicBlock *SecondEntryBlock = CInst2->getParent(); in MergeIfRegion()