Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLibCallsShrinkWrap.cpp492 BasicBlock *CallBB = NewInst->getParent(); in shrinkWrapCI() local
493 CallBB->setName("cdce.call"); in shrinkWrapCI()
494 BasicBlock *SuccBB = CallBB->getSingleSuccessor(); in shrinkWrapCI()
498 CallBB->getInstList().insert(CallBB->getFirstInsertionPt(), CI); in shrinkWrapCI()
500 LLVM_DEBUG(dbgs() << *CallBB->getSinglePredecessor() << *CallBB in shrinkWrapCI()
501 << *CallBB->getSingleSuccessor() << "\n"); in shrinkWrapCI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp957 BasicBlock *CallBB = CS.getInstruction()->getParent(); in computeCallsiteToProfCountMap() local
958 auto Count = CurrentCallerBFI->getBlockProfileCount(CallBB); in computeCallsiteToProfCountMap()