Searched refs:spiller (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/contrib/llvm/lib/CodeGen/
H A DRegAllocBase.h81 virtual Spiller &spiller() = 0;
H A DRegAllocBasic.cpp88 virtual Spiller &spiller() { return *SpillerInstance; } function in class:__anon2301::RABasic
205 spiller().spill(LRE);
264 spiller().spill(LRE);
H A DRegAllocPBQP.cpp135 OwningPtr<Spiller> spiller; member in class:__anon2306::RegAllocPBQP
494 spiller->spill(LRE);
556 spiller.reset(createInlineSpiller(*this, MF, *vrm));
H A DRegAllocGreedy.cpp242 virtual Spiller &spiller() { return *SpillerInstance; } function
1352 /// This is normally not worthwhile since the spiller is doing essentially the
1810 spiller().spill(LRE);

Completed in 57 milliseconds