Searched refs:NextStore (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 385 if (StoreInst *NextStore = dyn_cast<StoreInst>(BI)) { in INITIALIZE_PASS_DEPENDENCY() local 387 if (!NextStore->isSimple()) break; in INITIALIZE_PASS_DEPENDENCY() 390 if (ByteVal != isBytewiseValue(NextStore->getOperand(0))) in INITIALIZE_PASS_DEPENDENCY() 395 if (!IsPointerOffset(StartPtr, NextStore->getPointerOperand(), in INITIALIZE_PASS_DEPENDENCY() 399 Ranges.addStore(Offset, NextStore); in INITIALIZE_PASS_DEPENDENCY()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 411 if (StoreInst *NextStore = dyn_cast<StoreInst>(BI)) { in INITIALIZE_PASS_DEPENDENCY() local 413 if (!NextStore->isSimple()) break; in INITIALIZE_PASS_DEPENDENCY() 416 if (ByteVal != isBytewiseValue(NextStore->getOperand(0))) in INITIALIZE_PASS_DEPENDENCY() 421 if (!IsPointerOffset(StartPtr, NextStore->getPointerOperand(), Offset, in INITIALIZE_PASS_DEPENDENCY() 425 Ranges.addStore(Offset, NextStore); in INITIALIZE_PASS_DEPENDENCY()
|
/external/llvm/lib/Transforms/Scalar/ |
D | MemCpyOptimizer.cpp | 385 if (StoreInst *NextStore = dyn_cast<StoreInst>(BI)) { in INITIALIZE_PASS_DEPENDENCY() local 387 if (!NextStore->isSimple()) break; in INITIALIZE_PASS_DEPENDENCY() 390 if (ByteVal != isBytewiseValue(NextStore->getOperand(0))) in INITIALIZE_PASS_DEPENDENCY() 395 if (!IsPointerOffset(StartPtr, NextStore->getPointerOperand(), Offset, in INITIALIZE_PASS_DEPENDENCY() 399 Ranges.addStore(Offset, NextStore); in INITIALIZE_PASS_DEPENDENCY()
|