Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp421 for (const auto &ChildDef : in getGadgetGraph() local
423 if (!DefsVisited.insert(ChildDef.Id).second) in getGadgetGraph()
427 if (Def.Id == ChildDef.Id) in getGadgetGraph()
430 AnalyzeDefUseChain(ChildDef); in getGadgetGraph()
433 for (auto TransmitterId : Transmitters[ChildDef.Id]) in getGadgetGraph()