Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp1230 BasicBlock *BBCase = BasicBlock::Create(Call->getContext(), "memchr.case", in foldMemChr() local
1232 SI->addCase(CaseVal, BBCase); in foldMemChr()
1233 IRB.SetInsertPoint(BBCase); in foldMemChr()
1234 IndexPHI->addIncoming(ConstantInt::get(IndexTy, I), BBCase); in foldMemChr()
1237 Updates.push_back({DominatorTree::Insert, BB, BBCase}); in foldMemChr()
1238 Updates.push_back({DominatorTree::Insert, BBCase, BBSuccess}); in foldMemChr()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVEmitIntrinsics.cpp1392 for (BasicBlock *BBCase : BBCases) in visitSwitchInst()
1393 BrI->addDestination(BBCase); in visitSwitchInst()