Searched refs:PendingLoads (Results 1 – 3 of 3) sorted by relevance
1011 PendingLoads.clear(); in clear()1024 if (PendingLoads.empty()) in getRoot()1027 if (PendingLoads.size() == 1) { in getRoot()1028 SDValue Root = PendingLoads[0]; in getRoot()1030 PendingLoads.clear(); in getRoot()1044 PendingLoads.erase(PendingLoads.begin() + SliceIdx, PendingLoads.end()); in getRoot()1045 PendingLoads.emplace_back(NewTF); in getRoot()1048 PendingLoads.clear(); in getRoot()3767 PendingLoads.push_back(Chain); in visitLoad()4382 PendingLoads.push_back(Chain); in visitTargetIntrinsic()[all …]
131 SmallVector<SDValue, 8> PendingLoads;
501 MapVector<Value *, SmallVector<SUnit *, 4>> PendingLoads; in addLoopCarriedDependences() local507 PendingLoads.clear(); in addLoopCarriedDependences()514 SmallVector<SUnit *, 4> &SUs = PendingLoads[V]; in addLoopCarriedDependences()524 PendingLoads.find(V); in addLoopCarriedDependences()525 if (I == PendingLoads.end()) in addLoopCarriedDependences()