Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp110 int *CutEdges /* out */, unsigned int EdgesSize);
175 EdgeSet &CutEdges /* in, out */) const;
625 EdgeSet CutEdges{*Graph}; in hardenLoadsWithPlugin() local
643 CutEdges.set(I); in hardenLoadsWithPlugin()
645 LLVM_DEBUG(dbgs() << "Cut " << CutEdges.count() << " edges\n"); in hardenLoadsWithPlugin()
648 FencesInserted += insertFences(MF, *Graph, CutEdges); in hardenLoadsWithPlugin()
652 Graph = GraphBuilder::trim(*Graph, NodeSet{*Graph}, CutEdges); in hardenLoadsWithPlugin()
672 EdgeSet CutEdges{*Graph}; in hardenLoadsWithHeuristic() local
701 if (!CutEdges.contains(*EgressEdge)) in hardenLoadsWithHeuristic()
704 if (!CutEdges.contains(*IngressEdge)) in hardenLoadsWithHeuristic()
[all …]