Searched refs:expandMemCpyAsLoop (Results 1 – 5 of 5) sorted by relevance
51 void expandMemCpyAsLoop(MemCpyInst *MemCpy, const TargetTransformInfo &TTI,
123 expandMemCpyAsLoop(MemCpyI, TTI, &SE); in TEST_F()163 expandMemCpyAsLoop(MemCpyI, TTI, &SE); in TEST_F()
128 expandMemCpyAsLoop(Memcpy, TTI); in runOnFunction()
88 expandMemCpyAsLoop(Memcpy, TTI); in expandMemIntrinsicUses()
527 void llvm::expandMemCpyAsLoop(MemCpyInst *Memcpy, in expandMemCpyAsLoop() function in llvm