Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/X86/
DX86LoadValueInjectionLoadHardening.cpp696 for (const Edge &EgressEdge : N.edges()) in hardenLoadsWithHeuristic() local
697 if (MachineGadgetGraph::isCFGEdge(EgressEdge)) in hardenLoadsWithHeuristic()
698 EgressEdges.push_back(&EgressEdge); in hardenLoadsWithHeuristic()
701 for (const Edge *EgressEdge : EgressEdges) in hardenLoadsWithHeuristic() local
702 if (!CutEdges.contains(*EgressEdge)) in hardenLoadsWithHeuristic()
703 EgressCutCost += EgressEdge->getValue(); in hardenLoadsWithHeuristic()