Searched refs:IndirCalls (Results 1 – 1 of 1) sorted by relevance
250 ArrayRef<Instruction *> IndirCalls);682 SmallVector<Instruction *, 8> IndirCalls; in instrumentFunction() local702 IndirCalls.push_back(&Inst); in instrumentFunction()737 InjectCoverageForIndirectCalls(F, IndirCalls); in instrumentFunction()866 Function &F, ArrayRef<Instruction *> IndirCalls) { in InjectCoverageForIndirectCalls() argument867 if (IndirCalls.empty()) in InjectCoverageForIndirectCalls()871 for (auto *I : IndirCalls) { in InjectCoverageForIndirectCalls()