Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp305 static int64_t computeDelta(SectionEntry *A, SectionEntry *B) { in computeDelta() function
326 int64_t DeltaForText = computeDelta(Text, EHFrame); in registerEHFrames()
329 DeltaForEH = computeDelta(ExceptTab, EHFrame); in registerEHFrames()
/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp390 bool computeDelta(MachineInstr &MI, unsigned &Delta);
3020 bool SwingSchedulerDAG::computeDelta(MachineInstr &MI, unsigned &Delta) { in computeDelta() function in SwingSchedulerDAG
3067 if (computeDelta(OldMI, Delta)) { in updateMemOperands()
3425 if (!computeDelta(*SI, DeltaS) || !computeDelta(*DI, DeltaD)) in isLoopCarriedOrder()