Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineSSAUpdater.h49 SmallVectorImpl<MachineInstr*> *InsertedPHIs; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSAUpdater.h60 SmallVector<WeakVH, 16> InsertedPHIs; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdater.h56 SmallVectorImpl<PHINode *> *InsertedPHIs; variable
H A DSSAUpdaterImpl.h76 SmallVectorImpl<PhiT *> *InsertedPHIs; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdaterBulk.cpp123 SmallVectorImpl<PHINode *> *InsertedPHIs) { in RewriteAllUses()
H A DLoopRotationUtils.cpp105 SmallVectorImpl<PHINode*> *InsertedPHIs) { in RewriteUsesOfClonedInstructions()
803 SmallVector<PHINode*, 2> InsertedPHIs; in rotateLoop() local
H A DLCSSA.cpp81 SmallVectorImpl<PHINode *> *InsertedPHIs) { in formLCSSAForInstructions()
H A DLocal.cpp2011 SmallVectorImpl<PHINode *> &InsertedPHIs) { in insertDbgVariableRecordsForPHIs()
2075 SmallVectorImpl<PHINode *> &InsertedPHIs) { in insertDebugValuesForPHIs()
H A DScalarEvolutionExpander.cpp2279 SmallVector<PHINode *, 16> InsertedPHIs; in fixupLCSSAFormFor() local