Home
last modified time | relevance | path

Searched refs:isSpill (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRenderMachineFunction.cpp280 if (((intervalTypesToRender & VirtNoSpills) && !rmf->isSpill(li)) || in translateIntervalNumbersToCurrentFunction()
281 ((intervalTypesToRender & VirtSpills) && rmf->isSpill(li))) { in translateIntervalNumbersToCurrentFunction()
979 bool RenderMachineFunction::isSpill(const LiveInterval *li) const { in isSpill() function in llvm::RenderMachineFunction
DRenderMachineFunction.h220 bool isSpill(const LiveInterval *li) const;