Searched refs:PredStateSizeInBytes (Results 1 – 1 of 1) sorted by relevance
752 int PredStateSizeInBytes = TRI->getRegSizeInBits(*PS->RC) / 8; in tracePredStateThroughCFG() local753 auto CMovOp = X86::getCMovOpcode(PredStateSizeInBytes); in tracePredStateThroughCFG()1181 int PredStateSizeInBytes = TRI->getRegSizeInBits(*PS->RC) / 8; in tracePredStateThroughIndirectBranches() local1182 auto CMovOp = X86::getCMovOpcode(PredStateSizeInBytes); in tracePredStateThroughIndirectBranches()2187 int PredStateSizeInBytes = TRI->getRegSizeInBits(*PS->RC) / 8; in tracePredStateThroughCall() local2188 auto CMovOp = X86::getCMovOpcode(PredStateSizeInBytes); in tracePredStateThroughCall()