Lines Matching full:expecting
63 assert(!Loops.empty() && "Expecting a non-empy loop vector"); in getInnerMostLoop()
69 assert(Loops.size() == 1 && "Expecting a single loop"); in getInnerMostLoop()
151 "Expecting a load or store instruction"); in IndexedReference()
162 assert(IsValid && "Expecting a valid reference"); in hasSpacialReuse()
218 assert(IsValid && "Expecting a valid reference"); in hasTemporalReuse()
274 assert(IsValid && "Expecting a valid reference"); in computeRefCost()
287 assert(TripCount && "Expecting valid TripCount"); in computeRefCost()
327 assert(AR && AR->getLoop() && "Expecting valid loop"); in computeRefCost()
338 assert(RefCost && "Expecting a valid RefCost"); in computeRefCost()
452 assert(Addr != nullptr && "Expecting either a load or a store instruction"); in isLoopInvariant()
568 assert(!Loops.empty() && "Expecting a non-empty loop vector."); in CacheCost()
583 LLVM_DEBUG(dbgs() << "Expecting the outermost loop in a loop nest\n"); in getCacheCost()
624 assert(InnerMostLoop != nullptr && "Expecting a valid innermost loop"); in populateReferenceGroups()