LLVM 20.0.0git
|
This file defines the class VPlanVerifier, which contains utility functions to check the consistency and invariants of a VPlan. More...
#include "VPlanVerifier.h"
#include "VPlan.h"
#include "VPlanCFG.h"
#include "VPlanDominatorTree.h"
#include "llvm/ADT/DepthFirstIterator.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/Support/CommandLine.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "loop-vectorize" |
Functions | |
static bool | hasDuplicates (const SmallVectorImpl< VPBlockBase * > &VPBlockVec) |
Utility function that checks whether VPBlockVec has duplicate VPBlockBases. | |
This file defines the class VPlanVerifier, which contains utility functions to check the consistency and invariants of a VPlan.
Definition in file VPlanVerifier.cpp.
#define DEBUG_TYPE "loop-vectorize" |
Definition at line 23 of file VPlanVerifier.cpp.
|
static |
Utility function that checks whether VPBlockVec
has duplicate VPBlockBases.
Definition at line 177 of file VPlanVerifier.cpp.
References llvm::Block, llvm::detail::DenseSetImpl< ValueT, MapTy, ValueInfoT >::count(), and llvm::detail::DenseSetImpl< ValueT, MapTy, ValueInfoT >::insert().