Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOMemOPSizeOpt.cpp343 BasicBlock *DefaultBB = SplitBlock(BB, MI, DT); in perform() local
346 assert(It != DefaultBB->end()); in perform()
347 BasicBlock *MergeBB = SplitBlock(DefaultBB, &(*It), DT); in perform()
350 DefaultBB->setName("MemOP.Default"); in perform()
357 SwitchInst *SI = IRB.CreateSwitch(SizeVar, DefaultBB, SizeIds.size()); in perform()
375 Ctx, Twine("MemOP.Case.") + Twine(SizeId), &Func, DefaultBB); in perform()
399 LLVM_DEBUG(dbgs() << *DefaultBB << "\n"); in perform()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DIRTranslator.cpp397 const BasicBlock *DefaultBB = SwInst.getDefaultDest(); in translateSwitch() local
398 MachineBasicBlock &DefaultMBB = getMBB(*DefaultBB); in translateSwitch()
402 addMachineCFGPred({OrigBB, DefaultBB}, &CurMBB); in translateSwitch()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyCFG.cpp2074 BasicBlock *DefaultBB = BI->getSuccessor(1); in SimplifyBranchOnICmpChain() local
2076 if (!TrueWhenEqual) std::swap(DefaultBB, EdgeBB); in SimplifyBranchOnICmpChain()
2118 SwitchInst *New = Builder.CreateSwitch(CompVal, DefaultBB, Values.size()); in SimplifyBranchOnICmpChain()
/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.cpp3087 BasicBlock *DefaultBB; in ParseSwitch() local
3090 ParseTypeAndBasicBlock(DefaultBB, BBLoc, PFS) || in ParseSwitch()
3119 SwitchInst *SI = SwitchInst::Create(Cond, DefaultBB, Table.size()); in ParseSwitch()
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp4457 auto *DefaultBB = CGF.createBasicBlock(".omp.reduction.default"); in emitReduction() local
4458 auto *SwInst = CGF.Builder.CreateSwitch(Res, DefaultBB, /*NumCases=*/2); in emitReduction()
4498 CGF.EmitBranch(DefaultBB); in emitReduction()
4617 CGF.EmitBranch(DefaultBB); in emitReduction()
4618 CGF.EmitBlock(DefaultBB, /*IsFinished=*/true); in emitReduction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3686 BasicBlock *DefaultBB = BI->getSuccessor(1); in SimplifyBranchOnICmpChain() local
3689 std::swap(DefaultBB, EdgeBB); in SimplifyBranchOnICmpChain()
3731 SwitchInst *New = Builder.CreateSwitch(CompVal, DefaultBB, Values.size()); in SimplifyBranchOnICmpChain()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3293 BasicBlock *DefaultBB = BI->getSuccessor(1); in SimplifyBranchOnICmpChain() local
3296 std::swap(DefaultBB, EdgeBB); in SimplifyBranchOnICmpChain()
3338 SwitchInst *New = Builder.CreateSwitch(CompVal, DefaultBB, Values.size()); in SimplifyBranchOnICmpChain()
/external/llvm/lib/AsmParser/
DLLParser.cpp5160 BasicBlock *DefaultBB; in ParseSwitch() local
5163 ParseTypeAndBasicBlock(DefaultBB, BBLoc, PFS) || in ParseSwitch()
5192 SwitchInst *SI = SwitchInst::Create(Cond, DefaultBB, Table.size()); in ParseSwitch()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/
DLLParser.cpp5664 BasicBlock *DefaultBB; in ParseSwitch() local
5667 ParseTypeAndBasicBlock(DefaultBB, BBLoc, PFS) || in ParseSwitch()
5696 SwitchInst *SI = SwitchInst::Create(Cond, DefaultBB, Table.size()); in ParseSwitch()