Home
last modified time | relevance | path

Searched defs:LiveIntervalUnion (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DLiveIntervalUnion.h70 LiveIntervalUnion(unsigned r, Allocator &a) : RepReg(r), Tag(0), Segments(a) in LiveIntervalUnion() function
/external/llvm/include/llvm/CodeGen/
DLiveIntervalUnion.h66 explicit LiveIntervalUnion(Allocator &a) : Tag(0), Segments(a) {} in LiveIntervalUnion() function