Home
last modified time | relevance | path

Searched defs:LiveRange (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStackColoring.h58 struct LiveRange { struct
64 bool Overlaps(const LiveRange &Other) const { in Overlaps() argument
68 void Join(const LiveRange &Other) { bv |= Other.bv; } in Join() argument
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_virtualvalues.h135 struct LiveRange { struct
136 LiveRange(): start(-1), end(-1), is_pinned(false) {} in LiveRange() function
137 LiveRange(int s, int e): start(s), end(e), is_pinned(false) {} in LiveRange() function
138 int start;
139 int end;
140 int is_pinned;
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceDefs.h72 class LiveRange; variable
DIceOperand.h612 explicit LiveRange(const CfgVector<InstNumberT> &Kills) { in LiveRange() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveInterval.h236 LiveRange(const LiveRange &Other, BumpPtrAllocator &Allocator) { in LiveRange() function