Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1399 StoreInst *StoreToHoist = dyn_cast<StoreInst>(I); in isSafeToSpeculateStore() local
1400 if (!StoreToHoist) in isSafeToSpeculateStore()
1404 if (!StoreToHoist->isSimple()) in isSafeToSpeculateStore()
1407 Value *StorePtr = StoreToHoist->getPointerOperand(); in isSafeToSpeculateStore()