Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp275 for (auto &UseFunc : Uses) { in runOnModule() local
276 Use *U = UseFunc.first; in runOnModule()
277 Function *F = UseFunc.second; in runOnModule()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp295 PGOUseFunc *UseFunc = nullptr; member
322 UseFunc = UF; in annotateSelects()
347 PGOUseFunc *UseFunc = nullptr; member
1240 std::vector<uint64_t> &CountFromProfile = UseFunc->getProfileRecord().Counts; in annotateOneSelectInst()
1247 auto BI = UseFunc->findBBInfo(SI.getParent()); in annotateOneSelectInst()