Home
last modified time | relevance | path

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

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