Searched refs:UseFunc (Results 1 – 2 of 2) sorted by relevance
266 for (auto &UseFunc : Uses) { in runOnModule() local267 CallBase *CB = UseFunc.first; in runOnModule()268 Function *F = UseFunc.second; in runOnModule()
443 PGOUseFunc *UseFunc = nullptr; member472 UseFunc = UF; in annotateSelects()1703 std::vector<uint64_t> &CountFromProfile = UseFunc->getProfileRecord().Counts; in annotateOneSelectInst()1710 auto BI = UseFunc->findBBInfo(SI.getParent()); in annotateOneSelectInst()