Home
last modified time | relevance | path

Searched refs:moveToPlace (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSAUpdater.h133 LLVM_ABI void moveToPlace(MemoryUseOrDef *What, BasicBlock *BB,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMoveAutoInit.cpp207 MSSAU.moveToPlace(MSSA.getMemoryAccess(Job.first), Job.first->getParent(), in runMoveAutoInit()
H A DBasicBlockUtils.cpp306 MSSAU->moveToPlace(MUD, PredBB, MemorySSA::End); in MergeBlockIntoPredecessor()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSink.cpp290 MSSAU->moveToPlace(OldMemAcc, MoveBB, MemorySSA::Beginning); in sinkInstruction()
H A DGVNHoist.cpp1018 MSSAUpdater->moveToPlace(NewMemAcc, DestBB, MemorySSA::BeforeTerminator); in removeAndReplace()
H A DLICM.cpp1451 MSSAU.moveToPlace(OldMemAcc, Dest->getParent(), in moveInstructionBefore()
H A DSimpleLoopUnswitch.cpp2800 MSSAU->moveToPlace(MD, DeoptBlock, MemorySSA::BeforeTerminator); in turnGuardIntoBranch()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp109 MSSAU->moveToPlace(MUD, InsertPt->getParent(), in makeLoopInvariant()
H A DMemorySSAUpdater.cpp1190 void MemorySSAUpdater::moveToPlace(MemoryUseOrDef *What, BasicBlock *BB, in moveToPlace() function in MemorySSAUpdater