Go to the source code of this file.
|
namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations.
|
|
|
void | llvm::reportVectorizationFailure (const StringRef DebugMsg, const StringRef OREMsg, const StringRef ORETag, OptimizationRemarkEmitter *ORE, Loop *TheLoop, Instruction *I=nullptr) |
| Reports a vectorization failure: print DebugMsg for debugging purposes along with the corresponding optimization remark RemarkName .
|
|
void | llvm::reportVectorizationFailure (const StringRef DebugMsg, const StringRef ORETag, OptimizationRemarkEmitter *ORE, Loop *TheLoop, Instruction *I=nullptr) |
| Same as above, but the debug message and optimization remark are identical.
|
|