Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp753 for (const auto &E : make_pointee_range(MST.allEdges())) { in dumpEdges()
824 auto &E = *MST.allEdges()[I]; in emitProfileNotes()
839 llvm::erase_if(MST.allEdges(), [](std::unique_ptr<Edge> &E) { in emitProfileNotes()
844 MST.allEdges().begin(), MST.allEdges().end(), in emitProfileNotes()
846 MST.allEdges().begin(); in emitProfileNotes()
848 Edge &E = *MST.allEdges()[I]; in emitProfileNotes()
857 MST.allEdges().begin(), MST.allEdges().begin() + Measured, in emitProfileNotes()
863 for (const Edge &E : make_pointee_range(MST.allEdges())) { in emitProfileNotes()
920 const Edge &E = *MST.allEdges()[I]; in emitProfileNotes()
H A DPGOInstrumentation.cpp621 for (const auto &E : MST.allEdges()) { in FuncPGOInstrumentation()
769 for (const auto &E : MST.allEdges()) in getInstrumentBBs()
1209 for (const auto &E : FuncInfo.MST.allEdges()) { in setupBBInfoEdges()
1265 for (const auto &E : FuncInfo.MST.allEdges()) { in setInstrumentedCounts()
/src/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DCFGMST.h306 const std::vector<std::unique_ptr<Edge>> &allEdges() const { in allEdges() function
310 std::vector<std::unique_ptr<Edge>> &allEdges() { return AllEdges; } in allEdges() function