Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp410 BasicBlock *IfTrue2, *IfFalse2; in MergeIfRegion() local
411 BranchInst *DomBI2 = GetIfCondition(BB, IfTrue2, IfFalse2); in MergeIfRegion()
442 if (IfFalse2 != SecondEntryBlock) { in MergeIfRegion()
447 std::swap(IfTrue2, IfFalse2); in MergeIfRegion()
457 if (IfFalse2 != SecondEntryBlock) in MergeIfRegion()
461 std::swap(IfTrue2, IfFalse2); in MergeIfRegion()
464 if (!CompareIfRegionBlock(IfFalse1, IfFalse2, SecondEntryBlock)) in MergeIfRegion()