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

/external/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;
/external/opencv/cvaux/src/
H A Dcvlcm.cpp102 // LCM : in&out.
107 int _cvConstructLCM(CvLCM* LCM);
279 CvLCM LCM = {NULL, VoronoiDiagram,NULL,NULL,maxWidth}; local
301 LCM.EdgeStorage = cvCreateChildMemStorage(LCMstorage);
302 LCM.ContourStorage = cvCreateChildMemStorage(LCMstorage);
303 LCM.Graph = cvCreateGraph(CV_SEQ_KIND_GRAPH|CV_GRAPH_FLAG_ORIENTED,
308 if(!_cvConstructLCM(&LCM))
309 cvReleaseLinearContorModelStorage(&LCM.Graph);
313 return LCM.Graph;
351 int _cvConstructLCM(CvLCM* LCM) argument
[all...]
/external/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))
526 LocationContextMap &LCM,
548 LCM[&C->path] = CE->getCalleeContext();
572 LCM[&C->path] = CE->getCalleeContext();
1362 LocationContextMap &LCM,
1393 LCM[
156 removeUnneededCalls(PathPieces &pieces, BugReport *R, LocationContextMap &LCM) argument
523 GenerateMinimalPathDiagnostic(PathDiagnostic& PD, PathDiagnosticBuilder &PDB, const ExplodedNode *N, LocationContextMap &LCM, ArrayRef<BugReporterVisitor *> visitors) argument
1359 GenerateExtensivePathDiagnostic(PathDiagnostic& PD, PathDiagnosticBuilder &PDB, const ExplodedNode *N, LocationContextMap &LCM, ArrayRef<BugReporterVisitor *> visitors) argument
1599 GenerateAlternateExtensivePathDiagnostic(PathDiagnostic& PD, PathDiagnosticBuilder &PDB, const ExplodedNode *N, LocationContextMap &LCM, ArrayRef<BugReporterVisitor *> visitors) argument
2285 optimizeEdges(PathPieces &path, SourceManager &SM, OptimizedCallsSet &OCS, LocationContextMap &LCM) argument
2471 dropFunctionEntryEdge(PathPieces &Path, LocationContextMap &LCM, SourceManager &SM) argument
3094 LocationContextMap LCM; local
[all...]

Completed in 99 milliseconds