Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFixFunctionBitcasts.cpp191 for (auto &UseFunc : Uses) { in runOnModule() local
192 Use *U = UseFunc.first; in runOnModule()
193 Function *F = UseFunc.second; in runOnModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp290 PGOUseFunc *UseFunc = nullptr; member
317 UseFunc = UF; in annotateSelects()
342 PGOUseFunc *UseFunc = nullptr; member
1233 std::vector<uint64_t> &CountFromProfile = UseFunc->getProfileRecord().Counts; in annotateOneSelectInst()
1240 auto BI = UseFunc->findBBInfo(SI.getParent()); in annotateOneSelectInst()