Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp443 PGOUseFunc *UseFunc = nullptr; member
472 UseFunc = UF; in annotateSelects()
1703 std::vector<uint64_t> &CountFromProfile = UseFunc->getProfileRecord().Counts; in annotateOneSelectInst()
1710 auto BI = UseFunc->findBBInfo(SI.getParent()); in annotateOneSelectInst()