Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp499 BasicBlock *RetValBB = CallResult->getParent(); in insertCallRetPHI() local
503 RetValBB = II->getNormalDest(); in insertCallRetPHI()
505 PHIBB = RetValBB->getSingleSuccessor(); in insertCallRetPHI()
513 CallRetPHI->addIncoming(CallResult, RetValBB); in insertCallRetPHI()