Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScalarizeMaskedMemIntrin.cpp208 BasicBlock *CondBlock = IfBlock->splitBasicBlock(InsertPt->getIterator(), in scalarizeMaskedLoad() local
218 CondBlock->splitBasicBlock(InsertPt->getIterator(), "else"); in scalarizeMaskedLoad()
221 BranchInst::Create(CondBlock, NewIfBlock, Predicate, OldBr); in scalarizeMaskedLoad()
228 Phi->addIncoming(NewVResult, CondBlock); in scalarizeMaskedLoad()
339 BasicBlock *CondBlock = in scalarizeMaskedStore() local
349 CondBlock->splitBasicBlock(InsertPt->getIterator(), "else"); in scalarizeMaskedStore()
352 BranchInst::Create(CondBlock, NewIfBlock, Predicate, OldBr); in scalarizeMaskedStore()
458 BasicBlock *CondBlock = IfBlock->splitBasicBlock(InsertPt, "cond.load"); in scalarizeMaskedGather() local
468 BasicBlock *NewIfBlock = CondBlock->splitBasicBlock(InsertPt, "else"); in scalarizeMaskedGather()
471 BranchInst::Create(CondBlock, NewIfBlock, Predicate, OldBr); in scalarizeMaskedGather()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp2478 BasicBlock *CondBlock = TI.getParent(); in calculateUnswitchCostMultiplier() local
2479 if (DT.dominates(CondBlock, Latch) && in calculateUnswitchCostMultiplier()
2496 BasicBlock *CondBlock = CI->getParent(); in calculateUnswitchCostMultiplier() local
2497 bool SkipExitingSuccessors = DT.dominates(CondBlock, Latch); in calculateUnswitchCostMultiplier()
2504 successors(CondBlock), [SkipExitingSuccessors, &L](BasicBlock *SuccBB) { in calculateUnswitchCostMultiplier()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2925 BasicBlock *CondBlock = cast<Instruction>(Cond)->getParent(); in createPHI() local
2926 PHI->addIncoming(ValueIfFalse, CondBlock); in createPHI()