| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | MemorySSAUpdater.cpp | 1166 void MemorySSAUpdater::moveTo(MemoryUseOrDef *What, BasicBlock *BB, in moveTo() function in MemorySSAUpdater 1177 MSSA->moveTo(What, BB, Where); in moveTo() 1192 moveTo(What, Where->getBlock(), Where->getIterator()); in moveBefore() 1197 moveTo(What, Where->getBlock(), ++Where->getIterator()); in moveAfter() 1203 return moveTo(What, BB, Where); in moveToPlace() 1208 return moveTo(What, BB, MemorySSA::InsertionPlace::End); in moveToPlace() 1231 MSSA->moveTo(MUD, To, MemorySSA::End); in moveAllAccesses() 1279 MSSA->moveTo(Phi, New, MemorySSA::Beginning); in wireOldPredecessorsToNewImmediatePredecessor()
|
| H A D | MemorySSA.cpp | 1674 void MemorySSA::moveTo(MemoryUseOrDef *What, BasicBlock *BB, in moveTo() function in MemorySSA 1680 void MemorySSA::moveTo(MemoryAccess *What, BasicBlock *BB, in moveTo() function in MemorySSA
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LoopDistribute.cpp | 151 void moveTo(InstPartition &Other) { in moveTo() function in __anon51f880570111::InstPartition 403 PartJ->moveTo(*PartI); in mergeToAvoidDuplicatedLoads() 588 I->moveTo(*PrevMatch); in mergeAdjacentPartitionsIf()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | MemorySSAUpdater.h | 254 void moveTo(MemoryUseOrDef *What, BasicBlock *BB, WhereType Where);
|
| H A D | MemorySSA.h | 819 void moveTo(MemoryUseOrDef *What, BasicBlock *BB, AccessList::iterator Where); 820 void moveTo(MemoryAccess *What, BasicBlock *BB, InsertionPlace Point);
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
| H A D | mshtml.d | 449 HRESULT moveTo(LONG,LONG);
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | uni.d | 8768 static size_t moveTo(C[] str, size_t dest, size_t from, size_t to) in moveTo() function 8795 destIdx = moveTo(s, destIdx, lastUnchanged, startIdx); 8811 destIdx = moveTo(s, destIdx, lastUnchanged, startIdx); 8819 destIdx = moveTo(s, destIdx, lastUnchanged, s.length);
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/ |
| H A D | package.d | 9593 static size_t moveTo(C[] str, size_t dest, size_t from, size_t to) 9620 destIdx = moveTo(s, destIdx, lastUnchanged, startIdx); 9636 destIdx = moveTo(s, destIdx, lastUnchanged, startIdx); 9644 destIdx = moveTo(s, destIdx, lastUnchanged, s.length);
|