Matcher that requires a register to have exactly one use.
Synopsis
Declared in <llvm/CodeGen/GlobalISel/MIPatternMatch.h>
template<typename SubPatternT>
struct OneUse_match;
Description
TODO: Extend for N use.
Member Functions
Name |
Description |
|
Construct a one‐use matcher around |
Match |
Data Members
Name |
Description |
Nested sub‐pattern applied after the use‐count check. |
Non-Member Functions
Name |
Description |
Matches |
Created with MrDocs