Home
last modified time | relevance | path

Searched refs:computeDelta (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp308 static int64_t computeDelta(SectionEntry *A, SectionEntry *B) { in computeDelta() function
329 int64_t DeltaForText = computeDelta(Text, EHFrame); in registerEHFrames()
332 DeltaForEH = computeDelta(ExceptTab, EHFrame); in registerEHFrames()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h322 bool computeDelta(MachineInstr &MI, unsigned &Delta);
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2658 bool SwingSchedulerDAG::computeDelta(MachineInstr &MI, unsigned &Delta) { in computeDelta() function in SwingSchedulerDAG
2707 if (Num != UINT_MAX && computeDelta(OldMI, Delta)) { in updateMemOperands()
3069 if (!computeDelta(*SI, DeltaS) || !computeDelta(*DI, DeltaD)) in isLoopCarriedDep()