Searched refs:OldLI (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
| D | Local.h | 425 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/ |
| D | LiveRangeEdit.cpp | 47 LiveInterval &OldLI = LIS.getInterval(OldReg); in createEmptyIntervalFrom() local 49 for (LiveInterval::SubRange &S : OldLI.subranges()) in createEmptyIntervalFrom()
|
| D | InlineSpiller.cpp | 1077 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/ |
| D | Local.cpp | 2891 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()
|