Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp269 for (auto &UseFunc : Uses) { in runOnModule() local
270 CallBase *CB = UseFunc.first; in runOnModule()
271 Function *F = UseFunc.second; in runOnModule()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp394 PGOUseFunc *UseFunc = nullptr; member
421 UseFunc = UF; in annotateSelects()
1461 std::vector<uint64_t> &CountFromProfile = UseFunc->getProfileRecord().Counts; in annotateOneSelectInst()
1468 auto BI = UseFunc->findBBInfo(SI.getParent()); in annotateOneSelectInst()