Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DCalcSpillWeights.cpp307 !LI.isLiveAtIndexes(LIS.getRegMaskSlots()) && in weightCalcHelper()
DStackColoring.cpp1336 if (!First->isLiveAtIndexes(SecondS) && in runOnMachineFunction()
1337 !Second->isLiveAtIndexes(FirstS)) { in runOnMachineFunction()
DLiveInterval.cpp800 bool LiveRange::isLiveAtIndexes(ArrayRef<SlotIndex> Slots) const { in isLiveAtIndexes() function in LiveRange
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DLiveInterval.h597 bool isLiveAtIndexes(ArrayRef<SlotIndex> Slots) const;