Searched refs:UseFunc (Results 1 – 2 of 2) sorted by relevance
191 for (auto &UseFunc : Uses) { in runOnModule() local192 Use *U = UseFunc.first; in runOnModule()193 Function *F = UseFunc.second; in runOnModule()
290 PGOUseFunc *UseFunc = nullptr; member317 UseFunc = UF; in annotateSelects()342 PGOUseFunc *UseFunc = nullptr; member1233 std::vector<uint64_t> &CountFromProfile = UseFunc->getProfileRecord().Counts; in annotateOneSelectInst()1240 auto BI = UseFunc->findBBInfo(SI.getParent()); in annotateOneSelectInst()