Home
last modified time | relevance | path

Searched refs:InstrumentBBs (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp629 void getInstrumentBBs(std::vector<BasicBlock *> &InstrumentBBs);
821 std::vector<BasicBlock *> &InstrumentBBs) { in getInstrumentBBs() argument
825 InstrumentBBs.push_back(&BB); in getInstrumentBBs()
838 InstrumentBBs.push_back(InstrBB); in getInstrumentBBs()
966 std::vector<BasicBlock *> InstrumentBBs; in instrument() local
967 FuncInfo.getInstrumentBBs(InstrumentBBs); in instrument()
969 InstrumentBBs.size() + FuncInfo.SIVisitor.getNumOfSelectInsts(); in instrument()
1025 for (auto *InstrBB : InstrumentBBs) { in instrument()
1307 std::vector<BasicBlock *> InstrumentBBs; in setInstrumentedCounts() local
1308 FuncInfo.getInstrumentBBs(InstrumentBBs); in setInstrumentedCounts()
[all …]