Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp695 for (const Edge &EgressEdge : N.edges()) in hardenLoadsWithHeuristic() local
696 if (MachineGadgetGraph::isCFGEdge(EgressEdge)) in hardenLoadsWithHeuristic()
697 EgressEdges.push_back(&EgressEdge); in hardenLoadsWithHeuristic()
700 for (const Edge *EgressEdge : EgressEdges) in hardenLoadsWithHeuristic() local
701 if (!CutEdges.contains(*EgressEdge)) in hardenLoadsWithHeuristic()
702 EgressCutCost += EgressEdge->getValue(); in hardenLoadsWithHeuristic()