Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp694 for (const Edge &EgressEdge : N.edges()) in hardenLoadsWithHeuristic() local
695 if (MachineGadgetGraph::isCFGEdge(EgressEdge)) in hardenLoadsWithHeuristic()
696 EgressEdges.push_back(&EgressEdge); in hardenLoadsWithHeuristic()
699 for (const Edge *EgressEdge : EgressEdges) in hardenLoadsWithHeuristic() local
700 if (!CutEdges.contains(*EgressEdge)) in hardenLoadsWithHeuristic()
701 EgressCutCost += EgressEdge->getValue(); in hardenLoadsWithHeuristic()