Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DSafeStackColoring.h49 struct LiveRange { struct
53 bool Overlaps(const LiveRange &Other) const { in Overlaps() argument
56 void Join(const LiveRange &Other) { bv |= Other.bv; } in Join() argument
/external/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
/external/llvm/include/llvm/CodeGen/
DRegisterPressure.h25 class LiveRange; variable
DLiveInterval.h228 LiveRange(const LiveRange &Other, BumpPtrAllocator &Allocator) { in LiveRange() function
/external/swiftshader/third_party/subzero/src/
DIceDefs.h72 class LiveRange; variable
DIceOperand.h612 explicit LiveRange(const CfgVector<InstNumberT> &Kills) { in LiveRange() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveInterval.h236 LiveRange(const LiveRange &Other, BumpPtrAllocator &Allocator) { in LiveRange() function