Home
last modified time | relevance | path

Searched refs:getApproxInstrDistance (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h203 int getApproxInstrDistance(SlotIndex other) const { in getApproxInstrDistance() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp336 Prio = LI.beginIndex().getApproxInstrDistance(Indexes->getLastIndex()); in getPriority()
341 Prio = Indexes->getZeroIndex().getApproxInstrDistance(LI.endIndex()); in getPriority()