Searched refs:moveUp (Results 1 – 2 of 2) sorted by relevance
86 bool moveUp(StoreInst *SI, Instruction *P, const LoadInst *LI);
504 bool MemCpyOptPass::moveUp(StoreInst *SI, Instruction *P, const LoadInst *LI) { in moveUp() function in MemCpyOptPass662 if (P == SI || moveUp(SI, P, LI)) { in processStoreOfLoad()