Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp391 Instruction *CInst2 = dyn_cast_or_null<Instruction>(IfCond2); in MergeIfRegion() local
392 if (!CInst2) in MergeIfRegion()
395 BasicBlock *SecondEntryBlock = CInst2->getParent(); in MergeIfRegion()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp402 Instruction *CInst2 = dyn_cast_or_null<Instruction>(IfCond2); in MergeIfRegion() local
403 if (!CInst2) in MergeIfRegion()
406 BasicBlock *SecondEntryBlock = CInst2->getParent(); in MergeIfRegion()