Searched refs:UseFunc (Results 1 – 2 of 2) sorted by relevance
279 for (auto &UseFunc : Uses) { in runOnModule() local280 Use *U = UseFunc.first; in runOnModule()281 Function *F = UseFunc.second; in runOnModule()
354 PGOUseFunc *UseFunc = nullptr; member381 UseFunc = UF; in annotateSelects()1507 std::vector<uint64_t> &CountFromProfile = UseFunc->getProfileRecord().Counts; in annotateOneSelectInst()1514 auto BI = UseFunc->findBBInfo(SI.getParent()); in annotateOneSelectInst()