Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp701 for (const Edge *IngressEdge : IngressEdges) in hardenLoadsWithHeuristic() local
702 if (!CutEdges.contains(*IngressEdge)) in hardenLoadsWithHeuristic()
703 IngressCutCost += IngressEdge->getValue(); in hardenLoadsWithHeuristic()