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.cpp419 for (const auto &ChildDef : in getGadgetGraph() local
421 if (!DefsVisited.insert(ChildDef.Id).second) in getGadgetGraph()
425 if (Def.Id == ChildDef.Id) in getGadgetGraph()
428 AnalyzeDefUseChain(ChildDef); in getGadgetGraph()
431 for (auto TransmitterId : Transmitters[ChildDef.Id]) in getGadgetGraph()