Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp180 int LatestDef = ReachingDefDefaultVal; in getReachingDef() local
187 LatestDef = std::max(LatestDef, DefRes); in getReachingDef()
189 return LatestDef; in getReachingDef()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInstance.cpp1351 auto LatestDef = LatestLocalMD->getDefinition(); in checkConfigMacro() local
1352 assert(LatestDef.isUndefined() && in checkConfigMacro()
1354 PP.Diag(LatestDef.getUndefLocation(), diag::note_module_def_undef_here) in checkConfigMacro()