We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8abd62f commit 2ef89b1Copy full SHA for 2ef89b1
llvm/include/llvm/CodeGen/RegisterUsageInfo.h
@@ -51,6 +51,9 @@ class PhysicalRegisterUsageInfo {
51
52
void print(raw_ostream &OS, const Module *M = nullptr) const;
53
54
+ bool invalidate(Module &M, const PreservedAnalyses &PA,
55
+ ModuleAnalysisManager::Invalidator &Inv);
56
+
57
private:
58
/// A Dense map from Function * to RegMask.
59
/// In RegMask 0 means register used (clobbered) by function.
0 commit comments