Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DIndirectCallVisitor.h21 std::vector<Instruction *> IndirectCalls; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/CFGuard/
DCFGuard.cpp261 SmallVector<CallBase *, 8> IndirectCalls; in runOnFunction() local
/external/llvm/include/llvm/Transforms/
DInstrumentation.h147 bool IndirectCalls; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/
DInstrumentation.h168 bool IndirectCalls = false; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DCalledValuePropagation.cpp226 SmallPtrSet<Instruction *, 32> IndirectCalls; member in __anond05978740111::CVPLatticeFunc