Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
DLocal.h425 void copyNonnullMetadata(const LoadInst &OldLI, MDNode *N, LoadInst &NewLI);
431 void copyRangeMetadata(const DataLayout &DL, const LoadInst &OldLI, MDNode *N,
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DLiveRangeEdit.cpp47 LiveInterval &OldLI = LIS.getInterval(OldReg); in createEmptyIntervalFrom() local
49 for (LiveInterval::SubRange &S : OldLI.subranges()) in createEmptyIntervalFrom()
DInlineSpiller.cpp1077 LiveInterval &OldLI = LIS.getInterval(Reg); in spillAroundUses() local
1109 if (VNInfo *VNI = OldLI.getVNInfoAt(Idx.getRegSlot(true))) in spillAroundUses()
1123 if (hoistSpillInsideBB(OldLI, MI)) { in spillAroundUses()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DLocal.cpp2891 void llvm::copyNonnullMetadata(const LoadInst &OldLI, MDNode *N, in copyNonnullMetadata() argument
2907 const Value *Ptr = OldLI.getPointerOperand(); in copyNonnullMetadata()
2916 void llvm::copyRangeMetadata(const DataLayout &DL, const LoadInst &OldLI, in copyRangeMetadata() argument
2920 if (NewTy == OldLI.getType()) { in copyRangeMetadata()
2933 if (BitWidth == OldLI.getType()->getScalarSizeInBits() && in copyRangeMetadata()
2935 MDNode *NN = MDNode::get(OldLI.getContext(), std::nullopt); in copyRangeMetadata()