Searched defs:insertCSRSpillsAndRestores (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DPrologEpilogInserter.cpp100 insertCSRSpillsAndRestores(Fn);
291 /// insertCSRSpillsAndRestores - Insert spill and restore code for
294 void PEI::insertCSRSpillsAndRestores(MachineFunction &Fn) { function in class:PEI
/external/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp456 /// insertCSRSpillsAndRestores - Insert spill and restore code for
459 static void insertCSRSpillsAndRestores(MachineFunction &Fn, function
549 insertCSRSpillsAndRestores(Fn, SaveBlocks, RestoreBlocks);

Completed in 142 milliseconds