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

  /external/llvm/lib/IR/
BasicBlock.cpp 327 int IDX = PN->getBasicBlockIndex(this);
330 IDX = PN->getBasicBlockIndex(this);
352 while ((i = PN->getBasicBlockIndex(this)) >= 0)
  /external/llvm/lib/Transforms/Utils/
BreakCriticalEdges.cpp 103 unsigned Idx = PN->getBasicBlockIndex(SplitBB);
189 BBIdx = PN->getBasicBlockIndex(TIBB);
LoopUnrollRuntime.cpp 99 PN->setIncomingValue(PN->getBasicBlockIndex(NewPH), NewPN);
177 unsigned idx = NewPHI->getBasicBlockIndex(Latch);
LowerSwitch.cpp 215 int BlockIdx = PN->getBasicBlockIndex(OrigBlock);
283 int BlockIdx = PN->getBasicBlockIndex(OrigBlock);
SimplifyCFG.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp 195 int j = P->getBasicBlockIndex(exitingBlock);
LoopRotation.cpp 108 PN->removeIncomingValue(PN->getBasicBlockIndex(OrigPreheader));
StructurizeCFG.cpp 500 while (Phi.getBasicBlockIndex(From) != -1) {
556 int Idx = Phi->getBasicBlockIndex(*FI);
IndVarSimplify.cpp     [all...]
LoopUnswitch.cpp     [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/include/llvm/IR/
Instructions.h     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /art/compiler/llvm/
gbc_expander.cc 586 int old_bb_idx = phi->getBasicBlockIndex(old_bb);
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 211 int Idx = PN->getBasicBlockIndex(Invoke->getParent());
    [all...]

Completed in 82 milliseconds