Lines Matching refs:recordAnalysis
2287 recordAnalysis("NotInnerMostLoop") << "loop is not the innermost loop"; in canAnalyzeLoop()
2295 recordAnalysis("CFGNotUnderstood") in canAnalyzeLoop()
2303 recordAnalysis("CantComputeNumberOfIterations") in canAnalyzeLoop()
2386 recordAnalysis("CantVectorizeInstruction", Ld) in analyzeLoop()
2392 recordAnalysis("NonSimpleLoad", Ld) in analyzeLoop()
2410 recordAnalysis("CantVectorizeInstruction", St) in analyzeLoop()
2416 recordAnalysis("NonSimpleStore", St) in analyzeLoop()
2561 recordAnalysis("CantIdentifyArrayBounds", I) in analyzeLoop()
2596 recordAnalysis("CantCheckMemDepsAtRunTime", I) in analyzeLoop()
2608 recordAnalysis("CantInsertRuntimeCheckWithConvergent") in analyzeLoop()
2657 recordAnalysis("UnsafeDep", Dep.getDestination(*this)) << Info; in emitUnsafeDependenceRemark()
2702 OptimizationRemarkAnalysis &LoopAccessInfo::recordAnalysis(StringRef RemarkName, in recordAnalysis() function in LoopAccessInfo