Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DStokeInfo.cpp133 BitVector LiveOutBV = RA.getFunctionClobberList(&BF); in checkFunction() local
134 LiveOutBV &= DefaultLiveOutMask; in checkFunction()
135 getRegNameFromBitVec(BF.getBinaryContext(), LiveOutBV, &FuncInfo.LiveOut); in checkFunction()