Searched refs:SpeculatedStoreValue (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1415 Value *SpeculatedStoreValue = 0; local
1434 (SpeculatedStoreValue = isSafeToSpeculateStore(I, BB, ThenBB,
1437 if (!SpeculatedStoreValue &&
1442 if (SpeculatedStoreValue)
1508 if (!HaveRewritablePHIs && !(HoistCondStores && SpeculatedStoreValue))
1515 if (SpeculatedStoreValue) {
1518 Value *FalseV = SpeculatedStoreValue;

Completed in 72 milliseconds