Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1522 StoreInst *StoreToHoist = dyn_cast<StoreInst>(I); in isSafeToSpeculateStore() local
1523 if (!StoreToHoist) in isSafeToSpeculateStore()
1527 if (!StoreToHoist->isSimple()) in isSafeToSpeculateStore()
1530 Value *StorePtr = StoreToHoist->getPointerOperand(); in isSafeToSpeculateStore()