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 87bc0f7 commit 55054dbCopy full SHA for 55054db
llvm/include/llvm/ADT/GenericUniformityImpl.h
@@ -408,15 +408,6 @@ template <typename ContextT> class GenericUniformityAnalysisImpl {
408
const CycleT *);
409
410
protected:
411
- /// \brief Value/block pair representing a single phi input.
412
- struct PhiInput {
413
- ConstValueRefT value;
414
- BlockT *predBlock;
415
-
416
- PhiInput(ConstValueRefT value, BlockT *predBlock)
417
- : value(value), predBlock(predBlock) {}
418
- };
419
420
const ContextT &Context;
421
const FunctionT &F;
422
const CycleInfoT &CI;
0 commit comments