Searched refs:StoreValue (Results 1 – 5 of 5) sorted by relevance
302 if (LoadValue == StoreValue[i] && LoadOffset == StoreOffset[i]) in isLoadOfStoredAddress()307 if (StoreValue[i] == LoadValue) { in isLoadOfStoredAddress()406 StoreValue[NumStores] = MO->getValue(); in EmitInstruction()
71 const Value *StoreValue[4]; variable
106 Value *StoreValue = nullptr; in getPromotableAlloca() local120 if (StoreValue || Store->isVolatile()) in getPromotableAlloca()122 StoreValue = Store->getValueOperand(); in getPromotableAlloca()128 return getCandidateConstant(StoreValue); in getPromotableAlloca()
452 Value *StoreValue = Cand.Store->getValueOperand(); in propagateStoredValueToLoadUsers() local454 StoreValue = CastInst::CreateBitOrPointerCast( in propagateStoredValueToLoadUsers()455 StoreValue, LoadType, "store_forward_cast", Cand.Store); in propagateStoredValueToLoadUsers()457 PHI->addIncoming(StoreValue, L->getLoopLatch()); in propagateStoredValueToLoadUsers()
5833 llvm::Value *StoreValue = EmitScalarConversion( in EmitOMPOrderedDirective() local5836 StoreValues.emplace_back(StoreValue); in EmitOMPOrderedDirective()