Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp703 for (const Edge *IngressEdge : IngressEdges) in hardenLoadsWithHeuristic() local
704 if (!CutEdges.contains(*IngressEdge)) in hardenLoadsWithHeuristic()
705 IngressCutCost += IngressEdge->getValue(); in hardenLoadsWithHeuristic()