Searched refs:MoveAccess (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNHoist.cpp953 BasicBlock *DestBB, bool MoveAccess) {
955 if (MoveAccess && NewMemAcc) {
1025 bool MoveAccess = true; local
1030 MoveAccess = false;
1058 NR += removeAndReplace(InstructionsToHoist, Repl, DestBB, MoveAccess);
952 removeAndReplace(const SmallVecInsn &Candidates, Instruction *Repl, BasicBlock *DestBB, bool MoveAccess) argument

Completed in 63 milliseconds