Home
last modified time | relevance | path

Searched refs:UsersToUpdate (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCallPromotionUtils.cpp112 SmallVector<User *, 16> UsersToUpdate; in createRetPHINode() local
114 UsersToUpdate.push_back(U); in createRetPHINode()
115 for (User *U : UsersToUpdate) in createRetPHINode()
165 SmallVector<User *, 16> UsersToUpdate; in createRetBitCast() local
167 UsersToUpdate.push_back(U); in createRetBitCast()
185 for (User *U : UsersToUpdate) in createRetBitCast()
DLoopVersioning.cpp144 SmallVector<User*, 8> UsersToUpdate; in addPHINodes() local
147 UsersToUpdate.push_back(U); in addPHINodes()
148 for (User *U : UsersToUpdate) in addPHINodes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp754 SmallVector<Instruction *, 4> UsersToUpdate; in insertSpills() local
757 UsersToUpdate.clear(); in insertSpills()
761 UsersToUpdate.push_back(I); in insertSpills()
765 if (!UsersToUpdate.empty()) { in insertSpills()
768 for (Instruction *I : UsersToUpdate) in insertSpills()