Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp629 auto EdgeCuts = std::make_unique<int[]>(Graph->edges_size()); in hardenLoadsWithPlugin() local
640 EdgeCuts.get(), Graph->edges_size()); in hardenLoadsWithPlugin()
642 if (EdgeCuts[I]) in hardenLoadsWithPlugin()