Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DStokeInfo.h52 std::set<std::string> DefIn; member
68 DefIn.clear(); in reset()
90 for (std::string S : DefIn) in printData()
/llvm-project-15.0.7/bolt/lib/Passes/
H A DStokeInfo.cpp130 getRegNameFromBitVec(BF.getBinaryContext(), LiveInBV, &FuncInfo.DefIn); in checkFunction()