Searched refs:UseFunc (Results 1 – 2 of 2) sorted by relevance
275 for (auto &UseFunc : Uses) { in runOnModule() local276 Use *U = UseFunc.first; in runOnModule()277 Function *F = UseFunc.second; in runOnModule()
295 PGOUseFunc *UseFunc = nullptr; member322 UseFunc = UF; in annotateSelects()347 PGOUseFunc *UseFunc = nullptr; member1240 std::vector<uint64_t> &CountFromProfile = UseFunc->getProfileRecord().Counts; in annotateOneSelectInst()1247 auto BI = UseFunc->findBBInfo(SI.getParent()); in annotateOneSelectInst()