Searched refs:Cycle (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/tests/
H A DtestCreateDestroy1.tcl27 proc Cycle {wtop} { procedure
43 Cycle .my
44 Cycle .my
45 Cycle .my
46 Cycle .my
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dgitrebase.vim33 command! -buffer -bar Cycle :call s:cycle() command
35 "nnoremap <buffer> <silent> S :Cycle<CR>
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DMachineTraceMetrics.cpp476 // need to erase the Cycle entries. They will be overwritten when we
594 unsigned Cycle;
600 LiveRegUnit(unsigned RU) : RegUnit(RU), Cycle(0), MI(0), Op(0) {}
737 unsigned Cycle = 0;
752 Cycle = std::max(Cycle, DepCycle);
756 MICycles.Depth = Cycle;
759 DEBUG(dbgs() << Cycle << '\t' << *UseMI);
763 TBI.CriticalPath = std::max(TBI.CriticalPath, Cycle + MICycles.Height);
764 DEBUG(dbgs() << TBI.CriticalPath << '\t' << Cycle << '\
[all...]
H A DIfConversion.cpp209 unsigned Cycle, unsigned Extra,
211 return Cycle > 0 && TII->isProfitableToIfCvt(BB, Cycle, Extra,
208 MeetIfcvtSizeLimit(MachineBasicBlock &BB, unsigned Cycle, unsigned Extra, const BranchProbability &Prediction) const argument
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DScheduleDAG.h295 unsigned TopReadyCycle; // Cycle relative to start when node is ready.
296 unsigned BotReadyCycle; // Cycle relative to end when node is ready.
508 void setCurCycle(unsigned Cycle) { argument
509 CurCycle = Cycle;
/macosx-10.10/emacs-93/emacs/lisp/emulation/
H A Dviper-cmd.el1929 "Cycle through insertion ring in the direction of older insertions.
1962 "Cycle through insertion ring in the direction of older insertions.
/macosx-10.10/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp1336 #pragma mark Kext Life Cycle

Completed in 334 milliseconds