Searched refs:getDistance (Results 1 – 5 of 5) sorted by relevance
162 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; } in getDistance() function261 const SCEV *getDistance(unsigned Level) const override;
2085 IE.getDistance() * MII)); in computeNodeFunctions()2107 OE.getDistance() * MII)); in computeNodeFunctions()2225 if (IE.isAntiDep() && IE.getDistance() == 0) in computePath()3270 int EarlyStart = cycle + IE.getLatency() - IE.getDistance() * II; in computeStart()3283 int LateStart = cycle - OE.getLatency() + OE.getDistance() * II; in computeStart()3516 if (OE.getDistance() == 1) in computeUnpipelineableNodes()3540 if (IE.getDistance() == 0) in normalizeNonPipelinedInstructions()3546 if (OE.getDistance() == 1) in normalizeNonPipelinedInstructions()4261 int MaxLateStart = CycleDst + Edge.getDistance() * II - Edge.getLatency(); in isValidSchedule()
245 const SCEV *Distance = D->getDistance(Level); in hasTemporalReuse()
195 const SCEV *Distance = D->getDistance(Level); in dumpExampleDependence()360 const SCEV *FullDependence::getDistance(unsigned Level) const { in getDistance() function in FullDependence697 const SCEV *Distance = getDistance(II); in dump()4023 const SCEV *Distance = Result.getDistance(II); in depends()
163 unsigned getDistance() const { return Distance; } in getDistance() function