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.cpp2989 StoreInst *StoreToHoist = dyn_cast<StoreInst>(I); in isSafeToSpeculateStore() local
2990 if (!StoreToHoist) in isSafeToSpeculateStore()
2994 if (!StoreToHoist->isSimple()) in isSafeToSpeculateStore()
2997 Value *StorePtr = StoreToHoist->getPointerOperand(); in isSafeToSpeculateStore()
2998 Type *StoreTy = StoreToHoist->getValueOperand()->getType(); in isSafeToSpeculateStore()
3019 SI->getAlign() >= StoreToHoist->getAlign()) in isSafeToSpeculateStore()
3027 LI->isSimple() && LI->getAlign() >= StoreToHoist->getAlign()) { in isSafeToSpeculateStore()