Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/X86/
DX86LoadValueInjectionLoadHardening.cpp302 int FencesInserted; in runOnMachineFunction() local
314 FencesInserted = hardenLoadsWithPlugin(MF, std::move(Graph)); in runOnMachineFunction()
316 FencesInserted = hardenLoadsWithHeuristic(MF, std::move(Graph)); in runOnMachineFunction()
319 if (FencesInserted > 0) in runOnMachineFunction()
321 NumFences += FencesInserted; in runOnMachineFunction()
322 return (FencesInserted > 0); in runOnMachineFunction()
616 int FencesInserted = 0; in hardenLoadsWithPlugin() local
649 FencesInserted += insertFences(MF, *Graph, CutEdges); in hardenLoadsWithPlugin()
651 LLVM_DEBUG(dbgs() << "Inserted " << FencesInserted << " fences\n"); in hardenLoadsWithPlugin()
656 return FencesInserted; in hardenLoadsWithPlugin()
[all …]