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

/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h225 int getApproxInstrDistance(SlotIndex other) const { function in class:llvm::SlotIndex
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp333 Prio = LI.beginIndex().getApproxInstrDistance(Indexes->getLastIndex());
338 Prio = Indexes->getZeroIndex().getApproxInstrDistance(LI.endIndex());

Completed in 211 milliseconds