Searched refs:IndirCalls (Results 1 – 1 of 1) sorted by relevance
225 ArrayRef<Instruction *> IndirCalls);640 SmallVector<Instruction *, 8> IndirCalls; in instrumentFunction() local660 IndirCalls.push_back(&Inst); in instrumentFunction()694 InjectCoverageForIndirectCalls(F, IndirCalls); in instrumentFunction()795 Function &F, ArrayRef<Instruction *> IndirCalls) { in InjectCoverageForIndirectCalls() argument796 if (IndirCalls.empty()) in InjectCoverageForIndirectCalls()800 for (auto *I : IndirCalls) { in InjectCoverageForIndirectCalls()