Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp271 int LatestDef = ReachingDefDefaultVal; in getReachingDef() local
278 LatestDef = std::max(LatestDef, DefRes); in getReachingDef()
280 return LatestDef; in getReachingDef()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInstance.cpp1543 auto LatestDef = LatestLocalMD->getDefinition(); in checkConfigMacro() local
1544 assert(LatestDef.isUndefined() && in checkConfigMacro()
1546 PP.Diag(LatestDef.getUndefLocation(), diag::note_module_def_undef_here) in checkConfigMacro()