Searched refs:FencesInserted (Results 1 – 1 of 1) sorted by relevance
302 int FencesInserted; in runOnMachineFunction() local315 FencesInserted = hardenLoadsWithPlugin(MF, std::move(Graph)); in runOnMachineFunction()317 FencesInserted = hardenLoadsWithHeuristic(MF, std::move(Graph)); in runOnMachineFunction()320 if (FencesInserted > 0) in runOnMachineFunction()322 NumFences += FencesInserted; in runOnMachineFunction()323 return (FencesInserted > 0); in runOnMachineFunction()615 int FencesInserted = 0; in hardenLoadsWithPlugin() local648 FencesInserted += insertFences(MF, *Graph, CutEdges); in hardenLoadsWithPlugin()650 LLVM_DEBUG(dbgs() << "Inserted " << FencesInserted << " fences\n"); in hardenLoadsWithPlugin()655 return FencesInserted; in hardenLoadsWithPlugin()[all …]