Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2582 StoreInst *StoreToHoist = dyn_cast<StoreInst>(I); in isSafeToSpeculateStore() local
2583 if (!StoreToHoist) in isSafeToSpeculateStore()
2587 if (!StoreToHoist->isSimple()) in isSafeToSpeculateStore()
2590 Value *StorePtr = StoreToHoist->getPointerOperand(); in isSafeToSpeculateStore()
2591 Type *StoreTy = StoreToHoist->getValueOperand()->getType(); in isSafeToSpeculateStore()