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

  /external/llvm/lib/VMCore/
BasicBlock.cpp 327 int IDX = PN->getBasicBlockIndex(this);
330 IDX = PN->getBasicBlockIndex(this);
352 while ((i = PN->getBasicBlockIndex(this)) >= 0)
AutoUpgrade.cpp 590 int Idx = PN->getBasicBlockIndex(Invoke->getParent());
  /external/llvm/lib/Transforms/Utils/
BreakCriticalEdges.cpp 135 unsigned Idx = PN->getBasicBlockIndex(SplitBB);
215 BBIdx = PN->getBasicBlockIndex(TIBB);
LowerSwitch.cpp 227 int BlockIdx = PN->getBasicBlockIndex(OrigBlock);
301 int BlockIdx = PN->getBasicBlockIndex(OrigBlock);
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp 193 int j = P->getBasicBlockIndex(exitingBlock);
LoopRotation.cpp 94 PN->removeIncomingValue(PN->getBasicBlockIndex(OrigPreheader));
IndVarSimplify.cpp     [all...]
LoopUnswitch.cpp     [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/include/llvm/
Instructions.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp 713 int i = PN->getBasicBlockIndex(PrevBB);
    [all...]

Completed in 418 milliseconds