Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackSlotColoring.cpp107 bool OverlapWithAssignments(LiveInterval *li, int Color) const;
220 StackSlotColoring::OverlapWithAssignments(LiveInterval *li, int Color) const { in OverlapWithAssignments() function in StackSlotColoring
239 if (!OverlapWithAssignments(li, Color)) { in ColorSlot()