Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp270 int LatestDef = ReachingDefDefaultVal; in getReachingDef() local
277 LatestDef = std::max(LatestDef, DefRes); in getReachingDef()
279 return LatestDef; in getReachingDef()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1589 auto LatestDef = LatestLocalMD->getDefinition(); in checkConfigMacro() local
1590 assert(LatestDef.isUndefined() && in checkConfigMacro()
1592 PP.Diag(LatestDef.getUndefLocation(), diag::note_module_def_undef_here) in checkConfigMacro()