Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp417 for (const auto &ChildDef : in getGadgetGraph() local
419 if (!DefsVisited.insert(ChildDef.Id).second) in getGadgetGraph()
423 if (Def.Id == ChildDef.Id) in getGadgetGraph()
426 AnalyzeDefUseChain(ChildDef); in getGadgetGraph()
429 for (auto TransmitterId : Transmitters[ChildDef.Id]) in getGadgetGraph()