Searched refs:DefaultBB (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | PGOMemOPSizeOpt.cpp | 343 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/ |
D | IRTranslator.cpp | 397 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/ |
D | SimplifyCFG.cpp | 2074 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/ |
D | LLParser.cpp | 3087 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/ |
D | CGOpenMPRuntime.cpp | 4457 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/ |
D | SimplifyCFG.cpp | 3686 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/ |
D | SimplifyCFG.cpp | 3293 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/ |
D | LLParser.cpp | 5160 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/ |
D | LLParser.cpp | 5664 BasicBlock *DefaultBB; in ParseSwitch() local 5667 ParseTypeAndBasicBlock(DefaultBB, BBLoc, PFS) || in ParseSwitch() 5696 SwitchInst *SI = SwitchInst::Create(Cond, DefaultBB, Table.size()); in ParseSwitch()
|