Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DShrinkWrapping.cpp743 CSRegSet availOutSucc; in calcRestorePlacements() local
754 availOutSucc = UsedCSRegs - AvailOut[SUCC]; in calcRestorePlacements()
757 availOutSucc &= (UsedCSRegs - AvailOut[SUCC]); in calcRestorePlacements()
765 availOutSucc = UsedCSRegs; in calcRestorePlacements()
769 CSRRestore[MBB] |= (AvailOut[MBB] - AnticOut[MBB]) & availOutSucc; in calcRestorePlacements()