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

  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 215 int BlockIdx = PN->getBasicBlockIndex(OrigBlock);
216 assert(BlockIdx != -1 && "Switch didn't go to this successor??");
217 PN->setIncomingBlock((unsigned)BlockIdx, NewLeaf);
283 int BlockIdx = PN->getBasicBlockIndex(OrigBlock);
284 assert(BlockIdx != -1 && "Switch didn't go to this successor??");
285 PN->setIncomingBlock((unsigned)BlockIdx, NewDefault);
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 99 milliseconds