Home
last modified time | relevance | path

Searched defs:postOptimization (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSpiller.h33 virtual void postOptimization() {} in postOptimization() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocBase.cpp167 void RegAllocBase::postOptimization() { in postOptimization() function in RegAllocBase
H A DRegAllocPBQP.cpp783 void RegAllocPBQP::postOptimization(Spiller &VRegSpiller, LiveIntervals &LIS) { in postOptimization() function in RegAllocPBQP
H A DInlineSpiller.cpp1244 void InlineSpiller::postOptimization() { HSpiller.hoistAllSpills(); } in postOptimization() function in InlineSpiller