Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCalcSpillWeights.cpp223 !li.isLiveAtIndexes(LIS.getRegMaskSlots())) { in calculateSpillWeightAndHint()
DLiveInterval.cpp754 bool LiveRange::isLiveAtIndexes(ArrayRef<SlotIndex> Slots) const { in isLiveAtIndexes() function in LiveRange
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCalcSpillWeights.cpp311 !li.isLiveAtIndexes(LIS.getRegMaskSlots())) { in weightCalcHelper()
DStackColoring.cpp1259 if (!First->isLiveAtIndexes(SecondS) && in runOnMachineFunction()
1260 !Second->isLiveAtIndexes(FirstS)) { in runOnMachineFunction()
DLiveInterval.cpp817 bool LiveRange::isLiveAtIndexes(ArrayRef<SlotIndex> Slots) const { in isLiveAtIndexes() function in LiveRange
/external/llvm/include/llvm/CodeGen/
DLiveInterval.h550 bool isLiveAtIndexes(ArrayRef<SlotIndex> Slots) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DLiveInterval.h585 bool isLiveAtIndexes(ArrayRef<SlotIndex> Slots) const;