Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp302 int FencesInserted; in runOnMachineFunction() local
320 if (FencesInserted > 0) in runOnMachineFunction()
322 NumFences += FencesInserted; in runOnMachineFunction()
323 return (FencesInserted > 0); in runOnMachineFunction()
616 int FencesInserted = 0; in hardenLoadsWithPlugin() local
649 FencesInserted += insertFences(MF, *Graph, CutEdges); in hardenLoadsWithPlugin()
656 return FencesInserted; in hardenLoadsWithPlugin()
722 return FencesInserted; in hardenLoadsWithHeuristic()
728 int FencesInserted = 0; in insertFences() local
761 ++FencesInserted; in insertFences()
[all …]