Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLiveInterval.h149 struct LiveRange { struct
154 LiveRange(SlotIndex S, SlotIndex E, VNInfo *V) in LiveRange() argument
173 bool operator<(const LiveRange &LR) const { argument
/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-7.0/llvm/lib/CodeGen/
DSafeStackColoring.h59 struct LiveRange { struct
65 bool Overlaps(const LiveRange &Other) const { in Overlaps() argument
69 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.h635 explicit LiveRange(const CfgVector<InstNumberT> &Kills) { in LiveRange() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DLiveInterval.h233 LiveRange(const LiveRange &Other, BumpPtrAllocator &Allocator) { in LiveRange() function
/external/v8/src/compiler/
Dregister-allocator.cc396 LiveRange::LiveRange(int relative_id, MachineRepresentation rep, in LiveRange() function in v8::internal::compiler::LiveRange