Searched refs:DefaultLiveOutMask (Results 1 – 2 of 2) sorted by relevance
134 LiveOutBV &= DefaultLiveOutMask; in checkFunction()164 DefaultLiveOutMask.resize(NumRegs, false); in runOnFunctions()167 BC.MIB->getDefaultLiveOut(DefaultLiveOutMask); in runOnFunctions()170 getRegNameFromBitVec(BC, DefaultLiveOutMask); in runOnFunctions()
108 BitVector DefaultLiveOutMask; variable