Lines Matching refs:recordAnalysis
2081 recordAnalysis("NotInnerMostLoop") << "loop is not the innermost loop"; in canAnalyzeLoop()
2089 recordAnalysis("CFGNotUnderstood") in canAnalyzeLoop()
2097 recordAnalysis("CantComputeNumberOfIterations") in canAnalyzeLoop()
2171 recordAnalysis("CantVectorizeInstruction", Ld) in analyzeLoop()
2177 recordAnalysis("NonSimpleLoad", Ld) in analyzeLoop()
2195 recordAnalysis("CantVectorizeInstruction", St) in analyzeLoop()
2201 recordAnalysis("NonSimpleStore", St) in analyzeLoop()
2345 recordAnalysis("CantIdentifyArrayBounds", I) in analyzeLoop()
2380 recordAnalysis("CantCheckMemDepsAtRunTime", I) in analyzeLoop()
2392 recordAnalysis("CantInsertRuntimeCheckWithConvergent") in analyzeLoop()
2426 recordAnalysis("UnsafeDep", Dep.getDestination(*this)) in emitUnsafeDependenceRemark()
2472 OptimizationRemarkAnalysis &LoopAccessInfo::recordAnalysis(StringRef RemarkName, in recordAnalysis() function in LoopAccessInfo