HomeSort by: relevance | last modified time | path
    Searched refs:OldLI (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
Local.h 411 void copyNonnullMetadata(const LoadInst &OldLI, MDNode *N, LoadInst &NewLI);
417 void copyRangeMetadata(const DataLayout &DL, const LoadInst &OldLI, MDNode *N,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveRangeEdit.cpp 46 LiveInterval &OldLI = LIS.getInterval(OldReg);
48 for (LiveInterval::SubRange &S : OldLI.subranges())
InlineSpiller.cpp 1038 LiveInterval &OldLI = LIS.getInterval(Reg);
1071 // Find the slot index where this instruction reads and writes OldLI.
1074 if (VNInfo *VNI = OldLI.getVNInfoAt(Idx.getRegSlot(true)))
1088 if (hoistSpillInsideBB(OldLI, *MI)) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
Local.cpp 2734 void llvm::copyNonnullMetadata(const LoadInst &OldLI, MDNode *N,
2750 const Value *Ptr = OldLI.getPointerOperand();
2759 void llvm::copyRangeMetadata(const DataLayout &DL, const LoadInst &OldLI,
2772 MDNode *NN = MDNode::get(OldLI.getContext(), None);

Completed in 19 milliseconds