Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineSSAUpdater.h49 SmallVectorImpl<MachineInstr*> *InsertedPHIs; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemorySSAUpdater.h76 SmallVector<WeakVH, 16> InsertedPHIs; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSSAUpdater.h54 SmallVectorImpl<PHINode *> *InsertedPHIs; variable
DSSAUpdaterImpl.h76 SmallVectorImpl<PhiT *> *InsertedPHIs; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp93 SmallVectorImpl<PHINode*> *InsertedPHIs) { in RewriteUsesOfClonedInstructions()
413 SmallVector<PHINode*, 2> InsertedPHIs; in rotateLoop() local
DSSAUpdaterBulk.cpp129 SmallVectorImpl<PHINode *> *InsertedPHIs) { in RewriteAllUses()
DLCSSA.cpp136 SmallVector<PHINode *, 4> InsertedPHIs; in formLCSSAForInstructions() local
DLocal.cpp1459 SmallVectorImpl<PHINode *> &InsertedPHIs) { in insertDebugValuesForPHIs()