Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp692 SmallVector<const Edge *, 2> &IngressEdges = IngressEdgeMap[E.getDest()]; in hardenLoadsWithHeuristic() local
701 for (const Edge *IngressEdge : IngressEdges) in hardenLoadsWithHeuristic()
706 IngressCutCost < EgressCutCost ? IngressEdges : EgressEdges; in hardenLoadsWithHeuristic()