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

  /external/llvm/include/llvm/CodeGen/
CallingConvLower.h 380 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) {
381 if (isAllocated(Regs[StartIdx + BlockIdx])) {
388 for (unsigned BlockIdx = 0; BlockIdx < RegsRequired; ++BlockIdx) {
389 MarkAllocated(Regs[StartIdx + BlockIdx]);
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 352 int BlockIdx = PN->getBasicBlockIndex(OrigBlock);
353 assert(BlockIdx != -1 && "Switch didn't go to this successor??");
354 PN->setIncomingBlock((unsigned)BlockIdx, NewLeaf);
510 int BlockIdx = PN->getBasicBlockIndex(OrigBlock);
511 assert(BlockIdx != -1 && "Switch didn't go to this successor??");
512 PN->setIncomingBlock((unsigned)BlockIdx, NewDefault);
  /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 639 milliseconds