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 350 Instruction *InsPoint = &*Header->getFirstInsertionPt();
353 MemI->hasName() ? MemI->getName() + ".inc" : "", InsPoint);
366 PtrInc->hasName() ? PtrInc->getName() + ".cast" : "", InsPoint);
  /external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp 557 SmallVector<MachineBasicBlock::iterator, 8> InsPoint(MaxAlign + 1, BB->end());
575 MachineBasicBlock::iterator InsAt = InsPoint[LogAlign];
586 if (InsPoint[a] == InsAt)
587 InsPoint[a] = CPEMI;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp 547 SmallVector<MachineBasicBlock::iterator, 8> InsPoint(MaxAlign + 1, BB->end());
565 MachineBasicBlock::iterator InsAt = InsPoint[LogAlign];
574 if (InsPoint[a] == InsAt)
575 InsPoint[a] = CPEMI;
    [all...]

Completed in 345 milliseconds