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()
242 if (expandMemMoveAsLoop(Memmove, TTI)) { in expandMemIntrinsicUses()
516 bool llvm::expandMemMoveAsLoop(MemMoveInst *Memmove, in expandMemMoveAsLoop() function in llvm