LLVM 22.0.0git
|
Match loop-invariant value. More...
Public Member Functions | |
match_LoopInvariant (const SubPattern_t &SP, const Loop *L) | |
template<typename ITy> | |
bool | match (ITy *V) const |
Public Attributes | |
SubPattern_t | SubPattern |
const Loop * | L |
Match loop-invariant value.
Definition at line 2858 of file LoopIdiomRecognize.cpp.
|
inline |
Definition at line 2862 of file LoopIdiomRecognize.cpp.
References L, and SubPattern.
|
inline |
Definition at line 2865 of file LoopIdiomRecognize.cpp.
References L, and SubPattern.
const Loop* match_LoopInvariant< SubPattern_t >::L |
Definition at line 2860 of file LoopIdiomRecognize.cpp.
Referenced by match(), and match_LoopInvariant().
SubPattern_t match_LoopInvariant< SubPattern_t >::SubPattern |
Definition at line 2859 of file LoopIdiomRecognize.cpp.
Referenced by match(), and match_LoopInvariant().