Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp279 for (auto &UseFunc : Uses) { in runOnModule() local
280 Use *U = UseFunc.first; in runOnModule()
281 Function *F = UseFunc.second; in runOnModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp354 PGOUseFunc *UseFunc = nullptr; member
381 UseFunc = UF; in annotateSelects()
1507 std::vector<uint64_t> &CountFromProfile = UseFunc->getProfileRecord().Counts; in annotateOneSelectInst()
1514 auto BI = UseFunc->findBBInfo(SI.getParent()); in annotateOneSelectInst()