Home
last modified time | relevance | path

Searched defs:LiveRange (Results 1 – 4 of 4) 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/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