Searched refs:MergedLoadStoreMotion (Results 1 – 5 of 5) sorted by relevance
96 class MergedLoadStoreMotion { class107 MergedLoadStoreMotion(bool SplitFooterBB) : SplitFooterBB(SplitFooterBB) {} in MergedLoadStoreMotion() function in __anonc05d3c3a0111::MergedLoadStoreMotion128 BasicBlock *MergedLoadStoreMotion::getDiamondTail(BasicBlock *BB) { in getDiamondTail()136 bool MergedLoadStoreMotion::isDiamondHead(BasicBlock *BB) { in isDiamondHead()183 StoreInst *MergedLoadStoreMotion::canSinkFromBlock(BasicBlock *BB1, in canSinkFromBlock()206 PHINode *MergedLoadStoreMotion::getPHIOperand(BasicBlock *BB, StoreInst *S0, in getPHIOperand()225 bool MergedLoadStoreMotion::canSinkStoresAndGEPs(StoreInst *S0, in canSinkStoresAndGEPs()279 bool MergedLoadStoreMotion::mergeStores(BasicBlock *HeadBB) { in mergeStores()343 bool MergedLoadStoreMotion::run(Function &F, AliasAnalysis &AA) { in run()378 MergedLoadStoreMotion Impl(SplitFooterBB); in runOnFunction()[all …]
58 MergedLoadStoreMotion.cpp
69 "MergedLoadStoreMotion.cpp",
7 ; check in MergedLoadStoreMotion::mergeStores.
95 (see the ``MergedLoadStoreMotion`` pass).