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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp552 // InstrumentBBs.
553 void getInstrumentBBs(std::vector<BasicBlock *> &InstrumentBBs);
724 // InstrumentBBs and setup InEdges/OutEdge for UseBBInfo.
727 std::vector<BasicBlock *> &InstrumentBBs) {
737 InstrumentBBs.push_back(InstrBB);
850 std::vector<BasicBlock *> InstrumentBBs; local
851 FuncInfo.getInstrumentBBs(InstrumentBBs);
853 InstrumentBBs.size() + FuncInfo.SIVisitor.getNumOfSelectInsts();
857 for (auto *InstrBB : InstrumentBBs) {
1115 std::vector<BasicBlock *> InstrumentBBs; local
726 getInstrumentBBs( std::vector<BasicBlock *> &InstrumentBBs) argument
[all...]

Completed in 69 milliseconds