Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp414 Value *IfCond2 = GetIfCondition(BB, IfTrue2, IfFalse2); in MergeIfRegion() local
415 Instruction *CInst2 = dyn_cast_or_null<Instruction>(IfCond2); in MergeIfRegion()
482 assert(PBI->getCondition() == IfCond2); in MergeIfRegion()
497 PBI->replaceUsesOfWith(IfCond2, NC); in MergeIfRegion()