Home
last modified time | relevance | path

Searched refs:LookupBB (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/tools/bugpoint/
DMiscompilation.cpp881 BasicBlock *LookupBB = in CleanupAndPrepareModules() local
889 BranchInst::Create(LookupBB, DoCallBB, IsNull, EntryBB); in CleanupAndPrepareModules()
895 "resolver", LookupBB); in CleanupAndPrepareModules()
900 "resolverCast", LookupBB); in CleanupAndPrepareModules()
903 new StoreInst(CastedResolver, Cache, LookupBB); in CleanupAndPrepareModules()
904 BranchInst::Create(DoCallBB, LookupBB); in CleanupAndPrepareModules()
908 FuncPtr->addIncoming(CastedResolver, LookupBB); in CleanupAndPrepareModules()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp5857 BasicBlock *LookupBB = BasicBlock::Create( in SwitchToLookupTable() local
5886 Builder.CreateBr(LookupBB); in SwitchToLookupTable()
5888 Updates.push_back({DominatorTree::Insert, BB, LookupBB}); in SwitchToLookupTable()
5895 Builder.CreateCondBr(Cmp, LookupBB, SI->getDefaultDest()); in SwitchToLookupTable()
5897 Updates.push_back({DominatorTree::Insert, BB, LookupBB}); in SwitchToLookupTable()
5901 Builder.SetInsertPoint(LookupBB); in SwitchToLookupTable()
5906 BasicBlock *MaskBB = LookupBB; in SwitchToLookupTable()
5908 LookupBB = BasicBlock::Create(Mod.getContext(), "switch.lookup", in SwitchToLookupTable()
5934 Builder.CreateCondBr(LoBit, LookupBB, SI->getDefaultDest()); in SwitchToLookupTable()
5936 Updates.push_back({DominatorTree::Insert, MaskBB, LookupBB}); in SwitchToLookupTable()
[all …]