Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp308 const DependencyEdge &FirstEdge = *Seq[0]; in printCriticalSequence() local
310 unsigned FromIID = FirstEdge.FromIID % Source.size(); in printCriticalSequence()
311 unsigned ToIID = FirstEdge.ToIID % Source.size(); in printCriticalSequence()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp2162 auto &FirstEdge = *EI; in checkNode() local
2164 DenseSet<uint32_t> CallerEdgeContextIds(FirstEdge->ContextIds); in checkNode()
2178 auto &FirstEdge = *EI; in checkNode() local
2180 DenseSet<uint32_t> CalleeEdgeContextIds(FirstEdge->ContextIds); in checkNode()
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1948 const auto *FirstEdge = in dropFunctionEntryEdge() local
1950 if (!FirstEdge) in dropFunctionEntryEdge()
1956 if (FirstEdge->getStartLocation() != EntryLoc) in dropFunctionEntryEdge()