Searched refs:computeDelta (Results 1 – 3 of 3) sorted by relevance
308 static int64_t computeDelta(SectionEntry *A, SectionEntry *B) { in computeDelta() function329 int64_t DeltaForText = computeDelta(Text, EHFrame); in registerEHFrames()332 DeltaForEH = computeDelta(ExceptTab, EHFrame); in registerEHFrames()
322 bool computeDelta(MachineInstr &MI, unsigned &Delta);
2658 bool SwingSchedulerDAG::computeDelta(MachineInstr &MI, unsigned &Delta) { in computeDelta() function in SwingSchedulerDAG2707 if (Num != UINT_MAX && computeDelta(OldMI, Delta)) { in updateMemOperands()3069 if (!computeDelta(*SI, DeltaS) || !computeDelta(*DI, DeltaD)) in isLoopCarriedDep()