Searched refs:OldLI (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLocal.h494 void copyNonnullMetadata(const LoadInst &OldLI, MDNode *N, LoadInst &NewLI);
500 void copyRangeMetadata(const DataLayout &DL, const LoadInst &OldLI, MDNode *N,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp47 LiveInterval &OldLI = LIS.getInterval(OldReg); local
49 for (LiveInterval::SubRange &S : OldLI.subranges())
H A DInlineSpiller.cpp980 LiveInterval &OldLI = LIS.getInterval(Reg); local
1013 // Find the slot index where this instruction reads and writes OldLI.
1016 if (VNInfo *VNI = OldLI.getVNInfoAt(Idx.getRegSlot(true)))
1030 if (hoistSpillInsideBB(OldLI, *MI)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2590 void llvm::copyNonnullMetadata(const LoadInst &OldLI, MDNode *N,
2606 const Value *Ptr = OldLI.getPointerOperand();
2615 void llvm::copyRangeMetadata(const DataLayout &DL, const LoadInst &OldLI,
2628 MDNode *NN = MDNode::get(OldLI.getContext(), None);

Completed in 184 milliseconds