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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp548 // InstrumentBBs.
549 void getInstrumentBBs(std::vector<BasicBlock *> &InstrumentBBs);
720 // InstrumentBBs and setup InEdges/OutEdge for UseBBInfo.
723 std::vector<BasicBlock *> &InstrumentBBs) {
733 InstrumentBBs.push_back(InstrBB);
814 std::vector<BasicBlock *> InstrumentBBs; local
815 FuncInfo.getInstrumentBBs(InstrumentBBs);
817 InstrumentBBs.size() + FuncInfo.SIVisitor.getNumOfSelectInsts();
821 for (auto *InstrBB : InstrumentBBs) {
1067 std::vector<BasicBlock *> InstrumentBBs; local
722 getInstrumentBBs( std::vector<BasicBlock *> &InstrumentBBs) argument
[all...]

Completed in 161 milliseconds