Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DShrinkWrapping.cpp922 const SmallVector<bool, 4> &IsCritEdge, in splitFrontierCritEdges() argument
932 if (!IsCritEdge[I]) in splitFrontierCritEdges()
975 SmallVector<bool, 4> IsCritEdge; in doRestorePlacement() local
1017 IsCritEdge.push_back(HasCritEdges); in doRestorePlacement()
1033 if (std::accumulate(IsCritEdge.begin(), IsCritEdge.end(), 0)) { in doRestorePlacement()
1045 splitFrontierCritEdges(&BF, Frontier, IsCritEdge, CritEdgesFrom, in doRestorePlacement()
/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DShrinkWrapping.h410 const SmallVector<bool, 4> &IsCritEdge,