HomeSort by: relevance | last modified time | path
    Searched defs:IBB (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 416 BasicBlock *IBB = PN->getIncomingBlock(i);
418 if (IBB == Preheader) {
421 NewPN->addIncoming(IV, IBB);
IntegerDivision.cpp 180 BasicBlock *IBB = Builder.GetInsertBlock();
181 Function *F = IBB->getParent();
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemorySSAUpdater.cpp 650 BasicBlock *IBB = MPhi->getIncomingBlock(I);
652 if (IBB != Preheader) {
653 NewMPhi->addIncoming(IV, IBB);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
BranchFolding.cpp 1023 // Look at blocks (IBB) with multiple predecessors (PBB).
1026 // to IBB, and
1028 // not IBB; this may require adding back an unconditional branch to IBB
1030 // Bcc IBB
1034 // with a conceptual B to IBB after that, which never actually exists.
1046 MachineBasicBlock *IBB = &*I;
1051 // Bail if merging after placement and IBB is the loop header because
1052 // -- If merging predecessors that belong to the same loop as IBB, the
1057 // --If merging predecessors that do not belong to the same loop as IBB, th
    [all...]

Completed in 22 milliseconds