Searched refs:computeDelta (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp310 static int64_t computeDelta(SectionEntry *A, SectionEntry *B) { function in namespace:llvm
331 int64_t DeltaForText = computeDelta(Text, EHFrame);
334 DeltaForEH = computeDelta(ExceptTab, EHFrame);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DModuloSchedule.h210 bool computeDelta(MachineInstr &MI, unsigned &Delta);
H A DMachinePipeliner.h306 bool computeDelta(MachineInstr &MI, unsigned &Delta);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp913 bool ModuloScheduleExpander::computeDelta(MachineInstr &MI, unsigned &Delta) { function in class:ModuloScheduleExpander
970 if (Num != UINT_MAX && computeDelta(OldMI, Delta)) {
H A DMachinePipeliner.cpp2138 bool SwingSchedulerDAG::computeDelta(MachineInstr &MI, unsigned &Delta) { function in class:SwingSchedulerDAG
2320 if (!computeDelta(*SI, DeltaS) || !computeDelta(*DI, DeltaD))

Completed in 131 milliseconds