Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp265 int LatestDef = ReachingDefDefaultVal; in getReachingDef() local
272 LatestDef = std::max(LatestDef, DefRes); in getReachingDef()
274 return LatestDef; in getReachingDef()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1390 auto LatestDef = LatestLocalMD->getDefinition(); in checkConfigMacro() local
1391 assert(LatestDef.isUndefined() && in checkConfigMacro()
1393 PP.Diag(LatestDef.getUndefLocation(), diag::note_module_def_undef_here) in checkConfigMacro()