HomeSort by relevance Sort by last modified time
    Searched refs:IBB (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/CodeGen/
GlobalMerge.cpp 260 for (Function::iterator IBB = IFn->begin(), IEndBB = IFn->end();
261 IBB != IEndBB; ++IBB) {
263 const InvokeInst *II = dyn_cast<InvokeInst>(IBB->getTerminator());
BranchFolding.cpp 855 // Look at blocks (IBB) with multiple predecessors (PBB).
858 // to IBB, and
860 // not IBB; this may require adding back an unconditional branch to IBB
862 // Bcc IBB
866 // with a conceptual B to IBB after that, which never actually exists.
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 560 BasicBlock *IBB = PN->getIncomingBlock(PI);
561 if (BBPreds.count(IBB) &&
562 !CanMergeValues(BBPN->getIncomingValueForBlock(IBB),
567 << IBB->getName() << "\n");
577 BasicBlock *IBB = PN->getIncomingBlock(PI);
578 if (BBPreds.count(IBB) &&
582 << "predecessor " << IBB->getName() << "\n");
    [all...]
IntegerDivision.cpp 181 BasicBlock *IBB = Builder.GetInsertBlock();
182 Function *F = IBB->getParent();
LoopSimplify.cpp 410 BasicBlock *IBB = PN->getIncomingBlock(i);
412 if (IBB == Preheader) {
415 NewPN->addIncoming(IV, IBB);
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]

Completed in 186 milliseconds