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.cpp342 int LatestDef = ReachingDefDefaultVal; in getReachingDef() local
349 return LatestDef; in getReachingDef()
356 LatestDef = std::max(LatestDef, DefRes); in getReachingDef()
357 return LatestDef; in getReachingDef()
366 LatestDef = std::max(LatestDef, DefRes); in getReachingDef()
368 return LatestDef; in getReachingDef()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1605 auto LatestDef = LatestLocalMD->getDefinition(); in checkConfigMacro() local
1606 assert(LatestDef.isUndefined() && in checkConfigMacro()
1608 PP.Diag(LatestDef.getUndefLocation(), diag::note_module_def_undef_here) in checkConfigMacro()