Searched defs:DirectCallBB (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp313 BasicBlock **DirectCallBB,
336 *DirectCallBB = ThenTerm->getParent();
337 (*DirectCallBB)->setName("if.true.direct_targ");
378 // Instead two new predecessors are added: IndirectCallBB and DirectCallBB,
383 BasicBlock *DirectCallBB) {
393 PHI->setIncomingBlock(IX, DirectCallBB);
445 // Create a DirectCall instruction in the DirectCallBB.
450 // transformation. For invoke instruction, the edges from DirectCallBB and
455 BasicBlock *DirectCallBB,
473 DirectCallBB
311 createIfThenElse(Instruction *Inst, Function *DirectCallee, uint64_t Count, uint64_t TotalCount, BasicBlock **DirectCallBB, BasicBlock **IndirectCallBB, BasicBlock **MergeBB) argument
380 fixupPHINodeForUnwind(Instruction *Inst, BasicBlock *BB, BasicBlock *OrigBB, BasicBlock *IndirectCallBB, BasicBlock *DirectCallBB) argument
453 createDirectCallInst(const Instruction *Inst, Function *DirectCallee, BasicBlock *DirectCallBB, BasicBlock *MergeBB) argument
536 BasicBlock *DirectCallBB, *IndirectCallBB, *MergeBB; local
[all...]

Completed in 73 milliseconds