Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp393 Instruction *CInst2 = dyn_cast_or_null<Instruction>(IfCond2); in MergeIfRegion() local
394 if (!CInst2) in MergeIfRegion()
397 BasicBlock *SecondEntryBlock = CInst2->getParent(); in MergeIfRegion()