Home
last modified time | relevance | path

Searched defs:LCM (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DTargetSchedule.cpp48 unsigned LCM = (uint64_t(A) * B) / gcd(A, B); in lcm() local
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp157 LocationContextMap &LCM) { in removeUnneededCalls()
558 LocationContextMap &LCM, in GenerateMinimalPathDiagnostic()
1389 LocationContextMap &LCM, in GenerateExtensivePathDiagnostic()
1629 LocationContextMap &LCM, in GenerateAlternateExtensivePathDiagnostic()
2319 LocationContextMap &LCM) { in optimizeEdges()
2504 LocationContextMap &LCM, in dropFunctionEntryEdge()
3110 LocationContextMap LCM; in generatePathDiagnostic() local