Searched refs:IndirCalls (Results 1 – 1 of 1) sorted by relevance
204 ArrayRef<Instruction *> IndirCalls);626 SmallVector<Instruction *, 8> IndirCalls; in instrumentFunction() local644 IndirCalls.push_back(&Inst); in instrumentFunction()669 InjectCoverageForIndirectCalls(F, IndirCalls); in instrumentFunction()770 Function &F, ArrayRef<Instruction *> IndirCalls) { in InjectCoverageForIndirectCalls() argument771 if (IndirCalls.empty()) in InjectCoverageForIndirectCalls()775 for (auto I : IndirCalls) { in InjectCoverageForIndirectCalls()