Searched refs:UseFunc (Results 1 – 2 of 2) sorted by relevance
276 for (auto &UseFunc : Uses) { in runOnModule() local277 Use *U = UseFunc.first; in runOnModule()278 Function *F = UseFunc.second; in runOnModule()
316 PGOUseFunc *UseFunc = nullptr; member343 UseFunc = UF; in annotateSelects()1363 std::vector<uint64_t> &CountFromProfile = UseFunc->getProfileRecord().Counts; in annotateOneSelectInst()1370 auto BI = UseFunc->findBBInfo(SI.getParent()); in annotateOneSelectInst()