Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DShrinkWrapping.cpp682 CSRegSet anticInPreds; in calcSpillPlacements() local
693 anticInPreds = UsedCSRegs - AnticIn[PRED]; in calcSpillPlacements()
696 anticInPreds &= (UsedCSRegs - AnticIn[PRED]); in calcSpillPlacements()
703 anticInPreds = UsedCSRegs; in calcSpillPlacements()
706 CSRSave[MBB] |= (AnticIn[MBB] - AvailIn[MBB]) & anticInPreds; in calcSpillPlacements()