Searched refs:TermInst (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSpeculateAroundPHIs.cpp784 const auto *TermInst = PredBB->getTerminator(); local
785 if (isa<IndirectBrInst>(TermInst) ||
786 isa<InvokeInst>(TermInst) ||
787 isa<CallBrInst>(TermInst)) {
H A DIndVarSimplify.cpp509 auto *TermInst = IncomingBB->getTerminator(); local
512 if (auto *BI = dyn_cast<BranchInst>(TermInst)) {
516 } else if (auto *SI = dyn_cast<SwitchInst>(TermInst))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp343 auto *TermInst = BB.getTerminator(); local
344 if (!TermInst)
347 if (auto *LoopID = TermInst->getMetadata(LLVMContext::MD_loop)) {
352 TermInst->setMetadata(LLVMContext::MD_loop, NewLoopID);

Completed in 121 milliseconds