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

/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DRegAllocBase.h80 virtual Spiller &spiller() = 0;
H A DRegAllocBasic.cpp89 virtual Spiller &spiller() { return *SpillerInstance; } function in class:__anon9987::RABasic
206 spiller().spill(LRE);
265 spiller().spill(LRE);
H A DRegAllocPBQP.cpp136 std::auto_ptr<Spiller> spiller; member in class:__anon9994::RegAllocPBQP
494 spiller->spill(LRE);
552 spiller.reset(createInlineSpiller(*this, MF, *vrm));
H A DRegAllocGreedy.cpp238 virtual Spiller &spiller() { return *SpillerInstance; } function in class:__anon9992::RAGreedy
1279 /// This is normally not worthwhile since the spiller is doing essentially the
1735 spiller().spill(LRE);

Completed in 98 milliseconds