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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSpeculateAroundPHIs.cpp780 const auto *TermInst = PredBB->getTerminator(); local
781 if (isa<IndirectBrInst>(TermInst) ||
782 isa<InvokeInst>(TermInst) ||
783 isa<CallBrInst>(TermInst)) {
H A DIndVarSimplify.cpp800 auto *TermInst = IncomingBB->getTerminator(); local
803 if (auto *BI = dyn_cast<BranchInst>(TermInst)) {
807 } else if (auto *SI = dyn_cast<SwitchInst>(TermInst))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp335 auto *TermInst = BB.getTerminator(); local
336 if (!TermInst)
339 if (auto *LoopID = TermInst->getMetadata(LLVMContext::MD_loop)) {
344 TermInst->setMetadata(LLVMContext::MD_loop, NewLoopID);

Completed in 121 milliseconds