Home
last modified time | relevance | path

Searched defs:InsertedPHIs (Results 1 – 9 of 9) sorted by relevance

/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineSSAUpdater.h49 SmallVectorImpl<MachineInstr*> *InsertedPHIs; variable
/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSAUpdater.h60 SmallVector<WeakVH, 16> InsertedPHIs; variable
/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdater.h56 SmallVectorImpl<PHINode *> *InsertedPHIs; variable
H A DSSAUpdaterImpl.h76 SmallVectorImpl<PhiT *> *InsertedPHIs; global() variable
/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdaterBulk.cpp123 SmallVectorImpl<PHINode *> *InsertedPHIs) { in RewriteAllUses()
H A DLoopRotationUtils.cpp105 SmallVectorImpl<PHINode*> *InsertedPHIs) { in RewriteUsesOfClonedInstructions() argument
803 SmallVector<PHINode*, 2> InsertedPHIs; in rotateLoop() local
H A DLCSSA.cpp81 formLCSSAForInstructions(SmallVectorImpl<Instruction * > & Worklist,const DominatorTree & DT,const LoopInfo & LI,ScalarEvolution * SE,SmallVectorImpl<PHINode * > * PHIsToRemove,SmallVectorImpl<PHINode * > * InsertedPHIs) formLCSSAForInstructions() argument
H A DLocal.cpp2005 insertDbgVariableRecordsForPHIs(BasicBlock * BB,SmallVectorImpl<PHINode * > & InsertedPHIs) insertDbgVariableRecordsForPHIs() argument
2069 insertDebugValuesForPHIs(BasicBlock * BB,SmallVectorImpl<PHINode * > & InsertedPHIs) insertDebugValuesForPHIs() argument
H A DScalarEvolutionExpander.cpp2279 SmallVector<PHINode *, 16> InsertedPHIs; fixupLCSSAFormFor() local