Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DShrinkWrapping.cpp681 CSRegSet anticInPreds; in calcSpillPlacements() local
692 anticInPreds = UsedCSRegs - AnticIn[PRED]; in calcSpillPlacements()
695 anticInPreds &= (UsedCSRegs - AnticIn[PRED]); in calcSpillPlacements()
702 anticInPreds = UsedCSRegs; in calcSpillPlacements()
705 CSRSave[MBB] |= (AnticIn[MBB] - AvailIn[MBB]) & anticInPreds; in calcSpillPlacements()