Searched refs:UseFunc (Results 1 – 2 of 2) sorted by relevance
269 for (auto &UseFunc : Uses) { in runOnModule() local270 CallBase *CB = UseFunc.first; in runOnModule()271 Function *F = UseFunc.second; in runOnModule()
417 PGOUseFunc *UseFunc = nullptr; member444 UseFunc = UF; in annotateSelects()1756 std::vector<uint64_t> &CountFromProfile = UseFunc->getProfileRecord().Counts; in annotateOneSelectInst()1763 auto BI = UseFunc->findBBInfo(SI.getParent()); in annotateOneSelectInst()