Home
last modified time | relevance | path

Searched refs:moveTo (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp1166 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 DMemorySSA.cpp1674 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 DLoopDistribute.cpp151 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 DMemorySSAUpdater.h254 void moveTo(MemoryUseOrDef *What, BasicBlock *BB, WhereType Where);
H A DMemorySSA.h819 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 Dmshtml.d449 HRESULT moveTo(LONG,LONG);
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d8768 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 Dpackage.d9593 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);