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

/external/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp103 bool OverlapWithAssignments(LiveInterval *li, int Color) const;
196 /// OverlapWithAssignments - Return true if LiveInterval overlaps with any
199 StackSlotColoring::OverlapWithAssignments(LiveInterval *li, int Color) const { function in class:StackSlotColoring
218 if (!OverlapWithAssignments(li, Color)) {

Completed in 47 milliseconds