HomeSort by: relevance | last modified time | path
    Searched refs:moveTo (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemorySSAUpdater.h 26 // instruction moving API, then just call moveBefore, moveAfter,or moveTo with
254 void moveTo(MemoryUseOrDef *What, BasicBlock *BB, WhereType Where);
MemorySSA.h 819 void moveTo(MemoryUseOrDef *What, BasicBlock *BB, AccessList::iterator Where);
820 void moveTo(MemoryAccess *What, BasicBlock *BB, InsertionPlace Point);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemorySSAUpdater.cpp 1166 void MemorySSAUpdater::moveTo(MemoryUseOrDef *What, BasicBlock *BB,
1177 MSSA->moveTo(What, BB, Where);
1192 moveTo(What, Where->getBlock(), Where->getIterator());
1197 moveTo(What, Where->getBlock(), ++Where->getIterator());
1203 return moveTo(What, BB, Where);
1208 return moveTo(What, BB, MemorySSA::InsertionPlace::End);
1231 MSSA->moveTo(MUD, To, MemorySSA::End);
1232 // Moving MUD from Accs in the moveTo above, may delete Accs, so we need
1279 MSSA->moveTo(Phi, New, MemorySSA::Beginning);
MemorySSA.cpp 1674 void MemorySSA::moveTo(MemoryUseOrDef *What, BasicBlock *BB,
1680 void MemorySSA::moveTo(MemoryAccess *What, BasicBlock *BB,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopDistribute.cpp 151 void moveTo(InstPartition &Other) {
403 PartJ->moveTo(*PartI);
588 I->moveTo(*PrevMatch);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
mshtml.d 449 HRESULT moveTo(LONG,LONG);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/uni/
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);

Completed in 69 milliseconds