Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.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/llvm-project/llvm/lib/Transforms/Instrumentation/
DPGOMemOPSizeOpt.cpp405 BasicBlock *DefaultBB = SplitBlock(BB, MO.I, DT); in perform() local
408 assert(It != DefaultBB->end()); in perform()
409 BasicBlock *MergeBB = SplitBlock(DefaultBB, &(*It), DT); in perform()
412 DefaultBB->setName("MemOP.Default"); in perform()
419 SwitchInst *SI = IRB.CreateSwitch(SizeVar, DefaultBB, SizeIds.size()); in perform()
427 PHI->addIncoming(MO.I, DefaultBB); in perform()
446 Ctx, Twine("MemOP.Case.") + Twine(SizeId), &Func, DefaultBB); in perform()
471 LLVM_DEBUG(dbgs() << *DefaultBB << "\n"); in perform()
/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-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3793 BasicBlock *DefaultBB = BI->getSuccessor(1); in SimplifyBranchOnICmpChain() local
3796 std::swap(DefaultBB, EdgeBB); in SimplifyBranchOnICmpChain()
3843 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-project/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3947 BasicBlock *DefaultBB = BI->getSuccessor(1); in SimplifyBranchOnICmpChain() local
3950 std::swap(DefaultBB, EdgeBB); in SimplifyBranchOnICmpChain()
3997 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-10.0/llvm/lib/AsmParser/
DLLParser.cpp5962 BasicBlock *DefaultBB; in ParseSwitch() local
5965 ParseTypeAndBasicBlock(DefaultBB, BBLoc, PFS) || in ParseSwitch()
5994 SwitchInst *SI = SwitchInst::Create(Cond, DefaultBB, Table.size()); in ParseSwitch()
/external/llvm-project/llvm/lib/AsmParser/
DLLParser.cpp6333 BasicBlock *DefaultBB; in parseSwitch() local
6336 parseTypeAndBasicBlock(DefaultBB, BBLoc, PFS) || in parseSwitch()
6365 SwitchInst *SI = SwitchInst::Create(Cond, DefaultBB, Table.size()); in parseSwitch()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp5612 llvm::BasicBlock *DefaultBB = CGF.createBasicBlock(".omp.reduction.default"); in emitReduction() local
5614 CGF.Builder.CreateSwitch(Res, DefaultBB, /*NumCases=*/2); in emitReduction()
5656 CGF.EmitBranch(DefaultBB); in emitReduction()
5783 CGF.EmitBranch(DefaultBB); in emitReduction()
5784 CGF.EmitBlock(DefaultBB, /*IsFinished=*/true); in emitReduction()