Searched defs:Cycle (Results 1 - 3 of 3) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/animation/
H A DLoopMode.java58 Cycle, enum constant in enum:LoopMode
/external/llvm/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;
/external/llvm/lib/CodeGen/
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

Completed in 136 milliseconds