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

  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 227 int BlockIdx = PN->getBasicBlockIndex(OrigBlock);
228 assert(BlockIdx != -1 && "Switch didn't go to this successor??");
229 PN->setIncomingBlock((unsigned)BlockIdx, NewLeaf);
301 int BlockIdx = PN->getBasicBlockIndex(OrigBlock);
302 assert(BlockIdx != -1 && "Switch didn't go to this successor??");
303 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...]

Completed in 179 milliseconds