Lines Matching refs:InstrumentBBs
567 void getInstrumentBBs(std::vector<BasicBlock *> &InstrumentBBs);
758 std::vector<BasicBlock *> &InstrumentBBs) { in getInstrumentBBs() argument
762 InstrumentBBs.push_back(&BB); in getInstrumentBBs()
775 InstrumentBBs.push_back(InstrBB); in getInstrumentBBs()
900 std::vector<BasicBlock *> InstrumentBBs; in instrumentOneFunc() local
901 FuncInfo.getInstrumentBBs(InstrumentBBs); in instrumentOneFunc()
903 InstrumentBBs.size() + FuncInfo.SIVisitor.getNumOfSelectInsts(); in instrumentOneFunc()
955 for (auto *InstrBB : InstrumentBBs) { in instrumentOneFunc()
1226 std::vector<BasicBlock *> InstrumentBBs; in setInstrumentedCounts() local
1227 FuncInfo.getInstrumentBBs(InstrumentBBs); in setInstrumentedCounts()
1232 InstrumentBBs.size() + FuncInfo.SIVisitor.getNumOfSelectInsts(); in setInstrumentedCounts()
1242 for (BasicBlock *InstrBB : InstrumentBBs) { in setInstrumentedCounts()