Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp266 for (auto &UseFunc : Uses) { in runOnModule() local
267 CallBase *CB = UseFunc.first; in runOnModule()
268 Function *F = UseFunc.second; in runOnModule()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp421 PGOUseFunc *UseFunc = nullptr; member
450 UseFunc = UF; in annotateSelects()
1643 std::vector<uint64_t> &CountFromProfile = UseFunc->getProfileRecord().Counts; in annotateOneSelectInst()
1650 auto BI = UseFunc->findBBInfo(SI.getParent()); in annotateOneSelectInst()