Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp691 SmallVector<const Edge *, 2> EgressEdges; in hardenLoadsWithHeuristic() local
695 EgressEdges.push_back(&EgressEdge); in hardenLoadsWithHeuristic()
698 for (const Edge *EgressEdge : EgressEdges) in hardenLoadsWithHeuristic()
706 IngressCutCost < EgressCutCost ? IngressEdges : EgressEdges; in hardenLoadsWithHeuristic()