Searched refs:UseFunc (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp279 for (auto &UseFunc : Uses) {
280 Use *U = UseFunc.first;
281 Function *F = UseFunc.second;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp317 PGOUseFunc *UseFunc = nullptr; member in struct:__anon4590::SelectInstVisitor
344 UseFunc = UF;
1411 std::vector<uint64_t> &CountFromProfile = UseFunc->getProfileRecord().Counts;
1418 auto BI = UseFunc->findBBInfo(SI.getParent());

Completed in 72 milliseconds