Home
last modified time | relevance | path

Searched refs:NextStore (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp397 if (StoreInst *NextStore = dyn_cast<StoreInst>(BI)) { in INITIALIZE_PASS_DEPENDENCY() local
399 if (!NextStore->isSimple()) break; in INITIALIZE_PASS_DEPENDENCY()
402 if (ByteVal != isBytewiseValue(NextStore->getOperand(0))) in INITIALIZE_PASS_DEPENDENCY()
407 if (!IsPointerOffset(StartPtr, NextStore->getPointerOperand(), Offset, in INITIALIZE_PASS_DEPENDENCY()
411 Ranges.addStore(Offset, NextStore); in INITIALIZE_PASS_DEPENDENCY()