Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRenderMachineFunction.h99 VirtNoSpills = 2, enumerator
DRenderMachineFunction.cpp164 intervalTypesToRender |= VirtNoSpills; in processIntervalRange()
280 if (((intervalTypesToRender & VirtNoSpills) && !rmf->isSpill(li)) || in translateIntervalNumbersToCurrentFunction()