Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFixFunctionBitcasts.cpp276 for (auto &UseFunc : Uses) { in runOnModule() local
277 Use *U = UseFunc.first; in runOnModule()
278 Function *F = UseFunc.second; in runOnModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp316 PGOUseFunc *UseFunc = nullptr; member
343 UseFunc = UF; in annotateSelects()
1363 std::vector<uint64_t> &CountFromProfile = UseFunc->getProfileRecord().Counts; in annotateOneSelectInst()
1370 auto BI = UseFunc->findBBInfo(SI.getParent()); in annotateOneSelectInst()