Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2851 StoreInst *StoreToHoist = dyn_cast<StoreInst>(I); in isSafeToSpeculateStore() local
2852 if (!StoreToHoist) in isSafeToSpeculateStore()
2856 if (!StoreToHoist->isSimple()) in isSafeToSpeculateStore()
2859 Value *StorePtr = StoreToHoist->getPointerOperand(); in isSafeToSpeculateStore()
2860 Type *StoreTy = StoreToHoist->getValueOperand()->getType(); in isSafeToSpeculateStore()
2881 SI->getAlign() >= StoreToHoist->getAlign()) in isSafeToSpeculateStore()
2889 LI->isSimple() && LI->getAlign() >= StoreToHoist->getAlign()) { in isSafeToSpeculateStore()