Searched refs:expandMemMoveAsLoop (Results 1 – 4 of 4) sorted by relevance
55 bool expandMemMoveAsLoop(MemMoveInst *MemMove, const TargetTransformInfo &TTI);
130 expandMemMoveAsLoop(Memmove, TTI); in runOnFunction()
257 if (expandMemMoveAsLoop(Memmove, TTI)) { in expandMemIntrinsicUses()
543 bool llvm::expandMemMoveAsLoop(MemMoveInst *Memmove, in expandMemMoveAsLoop() function in llvm