Home
last modified time | relevance | path

Searched refs:StoreToHoist (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1854 StoreInst *StoreToHoist = dyn_cast<StoreInst>(I); in isSafeToSpeculateStore() local
1855 if (!StoreToHoist) in isSafeToSpeculateStore()
1859 if (!StoreToHoist->isSimple()) in isSafeToSpeculateStore()
1862 Value *StorePtr = StoreToHoist->getPointerOperand(); in isSafeToSpeculateStore()