Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp417 PGOUseFunc *UseFunc = nullptr; member
444 UseFunc = UF; in annotateSelects()
1756 std::vector<uint64_t> &CountFromProfile = UseFunc->getProfileRecord().Counts; in annotateOneSelectInst()
1763 auto BI = UseFunc->findBBInfo(SI.getParent()); in annotateOneSelectInst()