Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp301 int FencesInserted; in runOnMachineFunction() local
319 if (FencesInserted > 0) in runOnMachineFunction()
321 NumFences += FencesInserted; in runOnMachineFunction()
322 return (FencesInserted > 0); in runOnMachineFunction()
614 int FencesInserted = 0; in hardenLoadsWithPlugin() local
647 FencesInserted += insertFences(MF, *Graph, CutEdges); in hardenLoadsWithPlugin()
654 return FencesInserted; in hardenLoadsWithPlugin()
720 return FencesInserted; in hardenLoadsWithHeuristic()
726 int FencesInserted = 0; in insertFences() local
759 ++FencesInserted; in insertFences()
[all …]