Searched refs:PendingLoads (Results 1 – 4 of 4) sorted by relevance
1058 PendingLoads.clear(); in clear()1104 return updateRoot(PendingLoads); in getMemoryRoot()1111 PendingLoads.reserve(PendingLoads.size() + in getRoot()1114 PendingLoads.append(PendingConstrainedFP.begin(), in getRoot()1116 PendingLoads.append(PendingConstrainedFPStrict.begin(), in getRoot()4182 assert(PendingLoads.empty() && "PendingLoads must be serialized first"); in visitLoad()4210 PendingLoads.push_back(Chain); in visitLoad()4566 PendingLoads.push_back(Load.getValue(1)); in visitMaskedLoad()4618 PendingLoads.push_back(Gather.getValue(1)); in visitMaskedGather()4757 PendingLoads.push_back(OutChain); in visitAtomicLoad()[all …]
182 SmallVector<SDValue, 8> PendingLoads;
1272 PendingLoads.push_back(SpillLoad.getValue(1)); in visitGCRelocate()
761 MapVector<const Value *, SmallVector<SUnit *, 4>> PendingLoads; in addLoopCarriedDependences() local767 PendingLoads.clear(); in addLoopCarriedDependences()774 SmallVector<SUnit *, 4> &SUs = PendingLoads[V]; in addLoopCarriedDependences()784 PendingLoads.find(V); in addLoopCarriedDependences()785 if (I == PendingLoads.end()) in addLoopCarriedDependences()