Searched refs:StoreToHoist (Results 1 – 2 of 2) sorted by relevance
1522 StoreInst *StoreToHoist = dyn_cast<StoreInst>(I); in isSafeToSpeculateStore() local1523 if (!StoreToHoist) in isSafeToSpeculateStore()1527 if (!StoreToHoist->isSimple()) in isSafeToSpeculateStore()1530 Value *StorePtr = StoreToHoist->getPointerOperand(); in isSafeToSpeculateStore()
1854 StoreInst *StoreToHoist = dyn_cast<StoreInst>(I); in isSafeToSpeculateStore() local1855 if (!StoreToHoist) in isSafeToSpeculateStore()1859 if (!StoreToHoist->isSimple()) in isSafeToSpeculateStore()1862 Value *StorePtr = StoreToHoist->getPointerOperand(); in isSafeToSpeculateStore()