Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2793 StoreInst *StoreToHoist = dyn_cast<StoreInst>(I); in isSafeToSpeculateStore() local
2794 if (!StoreToHoist) in isSafeToSpeculateStore()
2798 if (!StoreToHoist->isSimple()) in isSafeToSpeculateStore()
2801 Value *StorePtr = StoreToHoist->getPointerOperand(); in isSafeToSpeculateStore()
2802 Type *StoreTy = StoreToHoist->getValueOperand()->getType(); in isSafeToSpeculateStore()