Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp423 StoreInst *LastStore = nullptr; in INITIALIZE_PASS_DEPENDENCY() local
482 LastStore = nullptr; in INITIALIZE_PASS_DEPENDENCY()
506 LastStore = nullptr; in INITIALIZE_PASS_DEPENDENCY()
512 LastStore = nullptr; in INITIALIZE_PASS_DEPENDENCY()
544 if (LastStore && in INITIALIZE_PASS_DEPENDENCY()
545 LastStore->getPointerOperand() == SI->getPointerOperand()) { in INITIALIZE_PASS_DEPENDENCY()
546 DEBUG(dbgs() << "EarlyCSE DEAD STORE: " << *LastStore << " due to: " in INITIALIZE_PASS_DEPENDENCY()
548 LastStore->eraseFromParent(); in INITIALIZE_PASS_DEPENDENCY()
551 LastStore = nullptr; in INITIALIZE_PASS_DEPENDENCY()
565 LastStore = SI; in INITIALIZE_PASS_DEPENDENCY()