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