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

  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 345 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) {
346 if (isAllocated(Regs[StartIdx + BlockIdx])) {
353 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) {
354 MarkAllocated(Regs[StartIdx + BlockIdx]);
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 280 int BlockIdx = PN->getBasicBlockIndex(OrigBlock);
281 assert(BlockIdx != -1 && "Switch didn't go to this successor??");
282 PN->setIncomingBlock((unsigned)BlockIdx, NewLeaf);
361 int BlockIdx = PN->getBasicBlockIndex(OrigBlock);
362 assert(BlockIdx != -1 && "Switch didn't go to this successor??");
363 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 225 milliseconds