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

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLibCallsShrinkWrap.cpp474 BasicBlock *CallBB = NewInst->getParent(); local
475 CallBB->setName("cdce.call");
476 BasicBlock *SuccBB = CallBB->getSingleSuccessor();
480 CI->insertInto(CallBB, CallBB->getFirstInsertionPt());
482 LLVM_DEBUG(dbgs() << *CallBB->getSinglePredecessor() << *CallBB
483 << *CallBB->getSingleSuccessor() << "\n");
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp935 BasicBlock *CallBB = CB->getParent(); local
936 auto Count = CurrentCallerBFI->getBlockProfileCount(CallBB);
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp6116 BasicBlock *CallBB = Call.getParent(); local
6117 const ColorVector &CV = BlockEHFuncletColors.find(CallBB)->second;

Completed in 195 milliseconds