Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp76 STATISTIC(NumGadgets, "Number of LVI gadgets detected during analysis");
124 size_type EdgesSize, int NumFences = 0, int NumGadgets = 0) in MachineGadgetGraph()
126 NumFences(NumFences), NumGadgets(NumGadgets) {} in MachineGadgetGraph()
134 int NumGadgets; member
493 NumGadgets += GadgetCount; in getGadgetGraph()
603 Graph->NumGadgets = RemainingGadgets; in trimMitigatedEdges()
619 if (Graph->NumGadgets == 0) in hardenLoadsWithPlugin()
666 if (Graph->NumGadgets == 0) in hardenLoadsWithHeuristic()