Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1867 StoreInst *StoreToHoist = dyn_cast<StoreInst>(I); in isSafeToSpeculateStore() local
1868 if (!StoreToHoist) in isSafeToSpeculateStore()
1872 if (!StoreToHoist->isSimple()) in isSafeToSpeculateStore()
1875 Value *StorePtr = StoreToHoist->getPointerOperand(); in isSafeToSpeculateStore()