Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp413 BasicBlock *IfTrue2, *IfFalse2; in MergeIfRegion() local
414 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()