Searched refs:DefaultBB (Results 1 – 5 of 5) sorted by relevance
/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/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()
|