Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp2224 StoreInst *StoreToHoist = dyn_cast<StoreInst>(I); in isSafeToSpeculateStore() local
2225 if (!StoreToHoist) in isSafeToSpeculateStore()
2229 if (!StoreToHoist->isSimple()) in isSafeToSpeculateStore()
2232 Value *StorePtr = StoreToHoist->getPointerOperand(); in isSafeToSpeculateStore()