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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DLiveIntervalUnion.h38 overlap(const LiveRange &VRSeg, argument
40 return VRSeg.start < LUSeg.stop() && LUSeg.start() < VRSeg.end;
/external/llvm/include/llvm/CodeGen/
H A DLiveIntervalUnion.h35 overlap(const LiveInterval::Segment &VRSeg, argument
37 return VRSeg.start < LUSeg.stop() && LUSeg.start() < VRSeg.end;

Completed in 104 milliseconds