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

  /external/llvm/lib/Target/PowerPC/
PPCLoopPreIncPrep.cpp 353 Instruction *InsPoint = &*Header->getFirstInsertionPt();
356 MemI->hasName() ? MemI->getName() + ".inc" : "", InsPoint);
369 PtrInc->hasName() ? PtrInc->getName() + ".cast" : "", InsPoint);
  /external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp 548 SmallVector<MachineBasicBlock::iterator, 8> InsPoint(MaxAlign + 1, BB->end());
566 MachineBasicBlock::iterator InsAt = InsPoint[LogAlign];
577 if (InsPoint[a] == InsAt)
578 InsPoint[a] = CPEMI;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 560 SmallVector<MachineBasicBlock::iterator, 8> InsPoint(MaxAlign + 1, BB->end());
578 MachineBasicBlock::iterator InsAt = InsPoint[LogAlign];
587 if (InsPoint[a] == InsAt)
588 InsPoint[a] = CPEMI;
    [all...]

Completed in 68 milliseconds