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

  /external/llvm/lib/IR/
BasicBlock.cpp 391 int IDX = PN->getBasicBlockIndex(this);
394 IDX = PN->getBasicBlockIndex(this);
415 while ((i = PN->getBasicBlockIndex(this)) >= 0)
  /external/llvm/lib/Transforms/Utils/
BreakCriticalEdges.cpp 94 unsigned Idx = PN->getBasicBlockIndex(SplitBB);
178 BBIdx = PN->getBasicBlockIndex(TIBB);
LoopUnrollRuntime.cpp 106 PN->setIncomingValue(PN->getBasicBlockIndex(NewPH), NewPN);
214 unsigned idx = NewPHI->getBasicBlockIndex(Preheader);
217 idx = NewPHI->getBasicBlockIndex(Latch);
LowerSwitch.cpp 352 int BlockIdx = PN->getBasicBlockIndex(OrigBlock);
510 int BlockIdx = PN->getBasicBlockIndex(OrigBlock);
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp 201 int j = P->getBasicBlockIndex(exitingBlock);
StructurizeCFG.cpp 565 while (Phi.getBasicBlockIndex(From) != -1) {
621 int Idx = Phi->getBasicBlockIndex(*FI);
IndVarSimplify.cpp     [all...]
LoopRotation.cpp 59 PN->removeIncomingValue(PN->getBasicBlockIndex(OrigPreheader));
LoopUnswitch.cpp     [all...]
GVN.cpp     [all...]
RewriteStatepointsForGC.cpp     [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp 708 int OldBlockIdx = SuccPN->getBasicBlockIndex(OldBlock);
    [all...]
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 216 int Idx = PN->getBasicBlockIndex(Invoke->getParent());
    [all...]

Completed in 588 milliseconds