Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DLiveIntervalAnalysis.cpp974 collectRanges(MI, Entering, Internal, Exiting, hasRegMaskOp, OldIdx); in moveAllRangesFrom()
1017 collectRanges(BII, Entering, Internal, Exiting, hasRegMaskOp, NewIdx); in moveAllRangesInto()
1022 collectRanges(BII, Entering, Internal, Exiting, hasRegMaskOp, NewIdx); in moveAllRangesInto()
1031 collectRanges(MI, Entering, Internal, Exiting, hasRegMaskOp, OldIdx); in moveAllRangesInto()
1085 void collectRanges(MachineInstr* MI, RangeSet& Entering, RangeSet& Internal, in collectRanges() function in LiveIntervals::HMEditor
1114 collectRanges(MO, LI, Entering, Internal, Exiting, OldIdx); in collectRanges()
1117 collectRanges(MO, &LIS.getInterval(Reg), in collectRanges()
1123 void collectRanges(const MachineOperand &MO, LiveInterval *LI, in collectRanges() function in LiveIntervals::HMEditor