Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp673 DenseMap<const Node *, SmallVector<const Edge *, 2>> IngressEdgeMap; in hardenLoadsWithHeuristic() local
676 IngressEdgeMap[E.getDest()].push_back(&E); in hardenLoadsWithHeuristic()
692 SmallVector<const Edge *, 2> &IngressEdges = IngressEdgeMap[E.getDest()]; in hardenLoadsWithHeuristic()