Searched refs:VAPassName (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 6535 const char *VAPassName = Hints.vectorizeAnalysisPassName(); in processLoop() local 6538 emitOptimizationRemarkAnalysis(F->getContext(), VAPassName, *F, in processLoop() 6545 emitOptimizationRemarkAnalysis(F->getContext(), VAPassName, *F, in processLoop()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 7499 const char *VAPassName = Hints.vectorizeAnalysisPassName(); in processLoop() local 7503 return OptimizationRemarkMissed(VAPassName, VecDiagMsg.first, in processLoop() 7516 return OptimizationRemarkAnalysis(VAPassName, VecDiagMsg.first, in processLoop()
|