Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/X86/
DX86LoadValueInjectionLoadHardening.cpp77 STATISTIC(NumGadgets, "Number of LVI gadgets detected during analysis");
125 size_type EdgesSize, int NumFences = 0, int NumGadgets = 0) in MachineGadgetGraph()
127 NumFences(NumFences), NumGadgets(NumGadgets) {} in MachineGadgetGraph()
135 int NumGadgets; member
495 NumGadgets += GadgetCount; in getGadgetGraph()
606 Graph->NumGadgets = RemainingGadgets; in trimMitigatedEdges()
622 if (Graph->NumGadgets == 0) in hardenLoadsWithPlugin()
669 if (Graph->NumGadgets == 0) in hardenLoadsWithHeuristic()