Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DStackSlotColoring.cpp119 bool OverlapWithAssignments(LiveInterval *li, int Color) const;
253 StackSlotColoring::OverlapWithAssignments(LiveInterval *li, int Color) const { in OverlapWithAssignments() function in StackSlotColoring
275 if (!OverlapWithAssignments(li, Color)) { in ColorSlot()