|
LLVM
3.7.0
|
#include "llvm/Analysis/AssumptionCache.h"#include "llvm/Analysis/CodeMetrics.h"#include "llvm/Analysis/LoopInfo.h"#include "llvm/Analysis/TargetTransformInfo.h"#include "llvm/Analysis/ValueTracking.h"#include "llvm/IR/CallSite.h"#include "llvm/IR/DataLayout.h"#include "llvm/IR/Function.h"#include "llvm/IR/IntrinsicInst.h"#include "llvm/Support/Debug.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "code-metrics" |
Functions | |
| static void | completeEphemeralValues (SmallVector< const Value *, 16 > &WorkSet, SmallPtrSetImpl< const Value * > &EphValues) |
| #define DEBUG_TYPE "code-metrics" |
Definition at line 26 of file CodeMetrics.cpp.
|
static |
Definition at line 30 of file CodeMetrics.cpp.
References llvm::SmallVectorTemplateCommon< T >::begin(), llvm::SmallPtrSetImpl< PtrType >::count(), llvm::dbgs(), DEBUG, llvm::SmallVectorBase::empty(), llvm::SmallVectorTemplateCommon< T >::end(), llvm::SmallVectorImpl< T >::erase(), llvm::SmallVectorTemplateCommon< T >::front(), I, llvm::SmallPtrSetImpl< PtrType >::insert(), llvm::isSafeToSpeculativelyExecute(), llvm::SmallVectorTemplateBase< T, isPodLike< T >::value >::push_back(), and llvm::Value::users().
Referenced by llvm::CodeMetrics::collectEphemeralValues().
1.8.6