Searched refs:LCM (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DTargetSchedule.cpp49 unsigned LCM = (uint64_t(A) * B) / gcd(A, B); local
50 assert((LCM >= A && LCM >= B) && "LCM overflow");
51 return LCM;
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp157 LocationContextMap &LCM) {
171 assert(LCM.count(&call->path));
172 if (R->isInteresting(LCM[&call->path])) {
177 if (!removeUnneededCalls(call->path, R, LCM))
185 if (!removeUnneededCalls(macro->subPieces, R, LCM))
561 LocationContextMap &LCM,
583 LCM[&C->path] = CE->getCalleeContext();
607 LCM[&C->path] = CE->getCalleeContext();
1397 LocationContextMap &LCM,
1428 LCM[
156 removeUnneededCalls(PathPieces &pieces, BugReport *R, LocationContextMap &LCM) argument
558 GenerateMinimalPathDiagnostic(PathDiagnostic& PD, PathDiagnosticBuilder &PDB, const ExplodedNode *N, LocationContextMap &LCM, ArrayRef<BugReporterVisitor *> visitors) argument
1394 GenerateExtensivePathDiagnostic(PathDiagnostic& PD, PathDiagnosticBuilder &PDB, const ExplodedNode *N, LocationContextMap &LCM, ArrayRef<BugReporterVisitor *> visitors) argument
1638 GenerateAlternateExtensivePathDiagnostic(PathDiagnostic& PD, PathDiagnosticBuilder &PDB, const ExplodedNode *N, LocationContextMap &LCM, ArrayRef<BugReporterVisitor *> visitors) argument
2331 optimizeEdges(PathPieces &path, SourceManager &SM, OptimizedCallsSet &OCS, LocationContextMap &LCM) argument
2517 dropFunctionEntryEdge(PathPieces &Path, LocationContextMap &LCM, SourceManager &SM) argument
3138 LocationContextMap LCM; local
[all...]
/freebsd-10.2-release/sys/dev/usb/quirk/
H A Dusb_quirk.c82 USB_QUIRK(ASUS, LCM, 0x0000, 0xffff, UQ_HID_IGNORE),

Completed in 327 milliseconds