Home
last modified time | relevance | path

Searched refs:IndirectCalls (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIndirectCallVisitor.h21 std::vector<Instruction *> IndirectCalls; member
26 IndirectCalls.push_back(&Call); in visitCallBase()
34 return ICV.IndirectCalls; in findIndirectCalls()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/CFGuard/
DCFGuard.cpp261 SmallVector<CallBase *, 8> IndirectCalls; in runOnFunction() local
271 IndirectCalls.push_back(CB); in runOnFunction()
278 if (IndirectCalls.empty()) { in runOnFunction()
284 for (CallBase *CB : IndirectCalls) { in runOnFunction()
288 for (CallBase *CB : IndirectCalls) { in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DCalledValuePropagation.cpp220 SmallPtrSetImpl<Instruction *> &getIndirectCalls() { return IndirectCalls; } in getIndirectCalls()
226 SmallPtrSet<Instruction *, 32> IndirectCalls; member in __anon2cf921420111::CVPLatticeFunc
268 IndirectCalls.insert(I); in visitCallSite()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
DInstrumentation.h168 bool IndirectCalls = false; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp155 Res.IndirectCalls = true; in getOptions()
165 Options.IndirectCalls |= CLOpts.IndirectCalls; in OverrideFromCL()
609 if (Options.IndirectCalls) { in instrumentFunction()