Home
last modified time | relevance | path

Searched refs:LIUAlloc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveRegMatrix.h51 std::unique_ptr<LiveIntervalUnion::Allocator> LIUAlloc; variable
63 : LIUAlloc(std::make_unique<LiveIntervalUnion::Allocator>()) {}; in LiveRegMatrix()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp138 LiveIntervalUnion::Allocator LIUAlloc; member in __anonb7b65c290111::StackSlotColoring
350 Assignments[Color].add(li, LIUAlloc); in ColorSlot()
H A DLiveRegMatrix.cpp69 Matrix.init(*LIUAlloc, NumRegUnits); in init()