HomeSort by relevance Sort by last modified time
    Searched refs:SSAUpdater (Results 1 - 11 of 11) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 1 //===-- SSAUpdater.h - Unstructured SSA Update Tool -------------*- C++ -*-===//
10 // This file declares the SSAUpdater class.
37 class SSAUpdater {
38 friend class SSAUpdaterTraits<SSAUpdater>;
52 /// If this is non-null, the SSAUpdater adds all PHI nodes that it creates to
59 explicit SSAUpdater(SmallVectorImpl<PHINode*> *InsertedPHIs = nullptr);
60 ~SSAUpdater();
72 /// \brief Return true if the SSAUpdater already has a value for the specified
121 void operator=(const SSAUpdater&) LLVM_DELETED_FUNCTION;
122 SSAUpdater(const SSAUpdater&) LLVM_DELETED_FUNCTION
    [all...]
  /external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 1 //===- SSAUpdater.cpp - Unstructured SSA Update Tool ----------------------===//
10 // This file implements the SSAUpdater class.
14 #include "llvm/Transforms/Utils/SSAUpdater.h"
30 #define DEBUG_TYPE "ssaupdater"
37 SSAUpdater::SSAUpdater(SmallVectorImpl<PHINode*> *NewPHI)
40 SSAUpdater::~SSAUpdater() {
44 void SSAUpdater::Initialize(Type *Ty, StringRef Name) {
53 bool SSAUpdater::HasValueForBlock(BasicBlock *BB) const
    [all...]
Android.mk 31 SSAUpdater.cpp \
LCSSA.cpp 43 #include "llvm/Transforms/Utils/SSAUpdater.h"
98 SSAUpdater SSAUpdate;
  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 18 #include "llvm/Transforms/Utils/SSAUpdater.h"
455 SSAUpdater PhiInserter;
525 SSAUpdater Updater;
824 SSAUpdater Updater;
LoopRotation.cpp 30 #include "llvm/Transforms/Utils/SSAUpdater.h"
136 SSAUpdater SSA;
162 // SSAUpdater can't handle a non-PHI use in the same block as an
181 // Anything else can be handled by SSAUpdater.
LICM.cpp 29 // the SSAUpdater to construct the appropriate SSA form for the value.
58 #include "llvm/Transforms/Utils/SSAUpdater.h"
313 // SSAUpdater strategy during promotion that was LCSSA aware and reformed
713 SSAUpdater &S, SmallPtrSet<Value *, 4> &PMA,
    [all...]
JumpThreading.cpp 37 #include "llvm/Transforms/Utils/SSAUpdater.h"
    [all...]
ScalarReplAggregates.cpp 51 #include "llvm/Transforms/Utils/SSAUpdater.h"
205 // SROA_SSAUp - SROA that uses SSAUpdater.
    [all...]
SROA.cpp 57 #include "llvm/Transforms/Utils/SSAUpdater.h"
80 /// forming SSA values through the SSAUpdater infrastructure.
812 AllocaPromoter(const SmallVectorImpl<Instruction *> &Insts, SSAUpdater &S,
    [all...]
GVN.cpp 48 #include "llvm/Transforms/Utils/SSAUpdater.h"
    [all...]

Completed in 149 milliseconds