Home
last modified time | relevance | path

Searched defs:CBI (Results 1 – 15 of 15) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DDominators.cpp191 if (const auto *CBI = dyn_cast<CallBrInst>(Def)) { in dominates() local
308 if (const auto *CBI = dyn_cast<CallBrInst>(Def)) { in dominates() local
H A DVerifier.cpp2786 void Verifier::visitCallBrInst(CallBrInst &CBI) { in visitCallBrInst()
4428 const CallBase *CBI = dyn_cast<CallBase>(&I); in visitInstruction() local
H A DInstructions.cpp932 CallBrInst::CallBrInst(const CallBrInst &CBI) in CallBrInst()
944 CallBrInst *CallBrInst::Create(CallBrInst *CBI, ArrayRef<OperandBundleDef> OpB, in Create()
H A DAsmWriter.cpp4219 } else if (const CallBrInst *CBI = dyn_cast<CallBrInst>(&I)) { in printInstruction() local
/netbsd/external/gpl2/groff/dist/font/devlj4/generate/
H A DMakefile98 CBI: $(AUTOFONT)/9nb00063.tfm $(TEXTMAP) target
/netbsd/external/gpl2/groff/dist/font/devps/generate/
H A DMakefile98 CBI: target
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp125 if (auto *CBI = dyn_cast<CallBrInst>((*PI)->getTerminator())) in mergeEmptyReturnBlocks() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2002 Instruction *InstCombinerImpl::visitCallBrInst(CallBrInst &CBI) { in visitCallBrInst()
2689 } else if (CallBrInst *CBI = dyn_cast<CallBrInst>(Caller)) { in transformConstExprCastCall() local
2717 } else if (CallBrInst *CBI = dyn_cast<CallBrInst>(Caller)) { in transformConstExprCastCall() local
2868 } else if (CallBrInst *CBI = dyn_cast<CallBrInst>(&Call)) { in transformCallThroughTrampoline() local
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp576 for (auto CBI = CatchBlocks.rbegin(), CBE = CatchBlocks.rend(); in calculateClrEHStateNumbers() local
H A DCodeGenPrepare.cpp811 if (auto *CBI = dyn_cast<CallBrInst>((Pred)->getTerminator())) in isMergingEmptyBlockProfitable() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp430 if (const auto *CBI = dyn_cast<VPInstruction>(CBV)) in print() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp317 void visitCallBrInst(CallBrInst &CBI) { in visitCallBrInst()
H A DLocal.cpp1071 if (auto *CBI = dyn_cast<CallBrInst>(PredBB->getTerminator())) { in TryToSimplifyUncondBranchFromEmptyBlock() local
/netbsd/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp174 } else if (CallBrInst *CBI = dyn_cast<CallBrInst>(V)) { in validateEndOfModule() local
6952 CallBrInst *CBI = in parseCallBr() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2960 const CallBrInst *CBI = cast<CallBrInst>(&I); in writeInstruction() local