Searched refs:removeVRegDefAt (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h403 void removeVRegDefAt(LiveInterval &LI, SlotIndex Pos);
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp293 LIS.removeVRegDefAt(LI, Idx);
H A DRegisterCoalescer.cpp847 LIS->removeVRegDefAt(IntA, AValNo->def);
1132 LIS->removeVRegDefAt(DstLI, RegIndex);
H A DLiveIntervalAnalysis.cpp1432 void LiveIntervals::removeVRegDefAt(LiveInterval &LI, SlotIndex Pos) { function in class:LiveIntervals
H A DSplitKit.cpp640 LIS.removeVRegDefAt(*LI, Def);

Completed in 117 milliseconds