Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DFlattenCFG.cpp409 BasicBlock *IfTrue1, *IfFalse1; in MergeIfRegion() local
410 Value *IfCond1 = GetIfCondition(SecondEntryBlock, IfTrue1, IfFalse1); in MergeIfRegion()
418 if ((IfTrue1 != FirstEntryBlock) && (IfFalse1 != FirstEntryBlock)) in MergeIfRegion()
430 if (!CompareIfRegionBlock(FirstEntryBlock, SecondEntryBlock, IfFalse1, in MergeIfRegion()
473 if (IfFalse1 != FirstEntryBlock) { in MergeIfRegion()
474 IfFalse1->dropAllReferences(); in MergeIfRegion()
475 IfFalse1->eraseFromParent(); in MergeIfRegion()