Searched defs:Loop (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/WebKit/public/web/
H A DWebMediaPlayerAction.h41 Loop, enumerator in enum:blink::WebMediaPlayerAction::Type
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A D3d-cube.js232 function Loop() { function
248 Loop();
323 Loop();
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A D3d-cube.js232 function Loop() { function
248 Loop();
323 Loop();
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
H A D3d-cube.js232 function Loop() { function
248 Loop();
323 Loop();
/external/chromium_org/third_party/skia/src/utils/
H A DSkTaskGroup.cpp37 while (sk_acquire_load(pending) > 0) { // Pairs with sk_atomic_dec here or in Loop.
74 fThreads.push(SkNEW_ARGS(SkThread, (&ThreadPool::Loop, this)));
103 static void Loop(void* arg) { function in class:__anon15361::ThreadPool
/external/chromium_org/v8/test/cctest/
H A Dtest-thread-termination.cc53 void Loop(const v8::FunctionCallbackInfo<v8::Value>& args) { function
115 v8::FunctionTemplate::New(isolate, Loop));
/external/lldb/tools/lldb-perf/lib/
H A DTestCase.cpp142 TestCase::Loop () function in class:TestCase
325 test.Loop();
/external/skia/include/utils/
H A DSkThreadPool.h83 static void Loop(void*); // Static because we pass in this.
91 // Create count threads, all running SkTThreadPool::Loop.
93 SkThread* thread = SkNEW_ARGS(SkThread, (&SkTThreadPool::Loop, this));
170 /*static*/ void SkTThreadPool<T>::Loop(void* arg) { function in class:SkTThreadPool
/external/chromium_org/v8/src/compiler/
H A Dcommon-operator.cc116 const Operator* CommonOperatorBuilder::Loop(int controls) { function in class:v8::internal::compiler::CommonOperatorBuilder
118 0, controls, "Loop");
/external/llvm/include/llvm/CodeGen/
H A DGCMetadata.h53 Loop, ///< Instr is a loop (backwards branch). enumerator in enum:llvm::GC::PointKind
/external/llvm/lib/Target/R600/
H A DSIAnnotateControlFlow.cpp63 Constant *Loop; member in class:__anon26120::SIAnnotateControlFlow
142 Loop = M.getOrInsertFunction(
278 Term->setCondition(CallInst::Create(Loop, Arg, "", Term));
H A DSILowerControlFlow.cpp83 void Loop(MachineInstr &MI);
260 void SILowerControlFlowPass::Loop(MachineInstr &MI) { function in class:SILowerControlFlowPass
380 // Loop back to V_READFIRSTLANE_B32 if there are still variants to cover
491 Loop(MI);
/external/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp30 // (such as MVC) and Loop is the opcode to use for loops (such as MVC_LOOP).
33 unsigned Loop, SDValue Chain, SDValue Dst,
48 return DAG.getNode(Loop, DL, MVT::Other, Chain, Dst, Src,
32 emitMemMem(SelectionDAG &DAG, SDLoc DL, unsigned Sequence, unsigned Loop, SDValue Chain, SDValue Dst, SDValue Src, uint64_t Size) argument
/external/llvm/lib/Transforms/Utils/
H A DSimplifyIndVar.cpp48 Loop *L;
58 SimplifyIndvar(Loop *Loop, ScalarEvolution *SE, LPPassManager *LPM, argument
60 L(Loop),
172 const Loop *ICmpLoop = LI->getLoopFor(ICmp->getParent());
206 const Loop *ICmpLoop = LI->getLoopFor(Rem->getParent());
362 static bool isSimpleIVUser(Instruction *I, const Loop *L, ScalarEvolution *SE) {
462 bool simplifyLoopIVs(Loop *L, ScalarEvolution *SE, LPPassManager *LPM,
/external/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp324 const LoopData *OuterLoop, LoopData &Loop, Distribution &Dist) {
326 for (const auto &I : Loop.Exits)
327 if (!addToDist(Dist, OuterLoop, Loop.getHeader(), I.first,
342 void BlockFrequencyInfoImplBase::computeLoopScale(LoopData &Loop) { argument
344 DEBUG(dbgs() << "compute-loop-scale: " << getLoopName(Loop) << "\n");
348 BlockMass ExitMass = BlockMass::getFull() - Loop.BackedgeMass;
351 Loop.Scale = ExitMass.toScaled().inverse();
354 << " - " << Loop.BackedgeMass << ")\n"
355 << " - scale = " << Loop.Scale << "\n");
357 if (Loop
323 addLoopSuccessorsToDist( const LoopData *OuterLoop, LoopData &Loop, Distribution &Dist) argument
364 packageLoop(LoopData &Loop) argument
454 unwrapLoop(BlockFrequencyInfoImplBase &BFI, LoopData &Loop) argument
670 auto Loop = BFI.Loops.emplace(Insert, OuterLoop, Headers.begin(), local
[all...]
/external/llvm/include/llvm/Analysis/
H A DLoopInfo.h1 //===- llvm/Analysis/LoopInfo.h - Natural Loop Calculator -------*- C++ -*-===//
54 class Loop;
81 /// Loop ctor - This creates an empty loop.
309 assert(i != Blocks.size() && "Loop does not contain BB!");
343 raw_ostream& operator<<(raw_ostream &OS, const LoopBase<BlockT, LoopT> &Loop) { argument
344 Loop.print(OS);
350 __extension__ extern template class LoopBase<BasicBlock, Loop>;
353 class Loop : public LoopBase<BasicBlock, Loop> { class in namespace:llvm
355 Loop() {} function in class:llvm::Loop
483 explicit Loop(BasicBlock *BB) : LoopBase<BasicBlock, Loop>(BB) {} function in class:llvm::Loop
[all...]
H A DBlockFrequencyInfoImpl.h146 class Loop;
250 LoopData *Loop; ///< The loop this block is inside. member in struct:llvm::BlockFrequencyInfoImplBase::WorkingData
253 WorkingData(const BlockNode &Node) : Node(Node), Loop(nullptr) {}
255 bool isLoopHeader() const { return Loop && Loop->isHeader(Node); }
257 return isLoopHeader() && Loop->Parent && Loop->Parent->isIrreducible() &&
258 Loop->Parent->isHeader(Node);
263 return Loop;
265 return Loop
986 const LoopT *Loop = Q.front().first; local
1012 const LoopT *Loop = LI->getLoopFor(RPOT[Index]); local
1044 computeMassInLoop(LoopData &Loop) argument
[all...]
/external/clang/lib/Parse/
H A DParsePragma.cpp603 Token Loop; member in struct:PragmaLoopHintInfo
615 IdentifierLoc::create(Actions.Context, Info->Loop.getLocation(),
616 Info->Loop.getIdentifierInfo());
1674 Token Loop = Tok; local
1732 Info->Loop = Loop;
1740 LoopHintTok.setLocation(Loop.getLocation());
/external/llvm/lib/CodeGen/
H A DSplitKit.cpp184 // Loop over basic blocks where CurLI is live.
283 // Loop over basic blocks where li is live.
693 const MachineLoop *Loop = Loops.getLoopFor(MBB); local
697 if (!Loop) {
704 if (Loop == DefLoop) {
711 unsigned Depth = Loop->getLoopDepth();
721 MachineDomTreeNode *IDom = MDT[Loop->getHeader()]->getIDom();
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc965 void Loop(clang::Stmt* a, clang::Stmt* b, clang::Stmt* c) { function in class:__anon17419::FunctionAnalyzer::Block
970 void Loop(clang::Stmt* a, clang::Stmt* b) { function in class:__anon17419::FunctionAnalyzer::Block
1009 block.Loop(stmt->getCond(), stmt->getBody());
1017 block.Loop(stmt->getBody(), stmt->getCond());
1025 block.Loop(stmt->getCond(),
/external/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp16 // normalizes induction variables, and the Loop Strength Reduction pass
146 CountValue *computeCount(MachineLoop *Loop,
435 "Loop must have more than one incoming edge!");
612 CountValue *HexagonHardwareLoops::computeCount(MachineLoop *Loop, argument
675 assert ((!CmpLess || Dist > 0) && "Loop should never iterate!");
677 assert ((!CmpGreater || Dist < 0) && "Loop should never iterate!");
701 MachineBasicBlock *PH = Loop->getLoopPreheader();
986 assert(L->getHeader() && "Loop without a header?");
1085 // Add the Loop instruction to the beginning of the loop.
1091 // Add the Loop immediat
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_if.c3326 // Loop through the Y plane, every skip blocks along rows and columns,
3472 int Loop = 0; local
4265 Loop = 1;
4336 Loop = Q != last_q;
4484 Loop = Q != last_q;
4488 Loop = 0;
4491 Loop = 0;
4493 if (Loop == 1)
4502 while (Loop == 1);
5740 /* Loop throug
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c3325 int Loop = 0; local
4070 Loop = 1;
4141 Loop = Q != last_q;
4289 Loop = Q != last_q;
4293 Loop = 0;
4296 Loop = 0;
4298 if (Loop == 1)
4307 while (Loop == 1);
5581 /* Loop through the Y plane raw and reconstruction data summing
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2120 static void PrintParentLoopComment(raw_ostream &OS, const MachineLoop *Loop, argument
2122 if (!Loop) return;
2123 PrintParentLoopComment(OS, Loop->getParentLoop(), FunctionNumber);
2124 OS.indent(Loop->getLoopDepth()*2)
2125 << "Parent Loop BB" << FunctionNumber << "_"
2126 << Loop->getHeader()->getNumber()
2127 << " Depth=" << Loop->getLoopDepth() << '\n';
2133 static void PrintChildLoopComment(raw_ostream &OS, const MachineLoop *Loop, argument
2136 for (const MachineLoop *CL : *Loop) {
2138 << "Child Loop B
2150 const MachineLoop *Loop = LI->getLoopFor(&MBB); local
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...

Completed in 1845 milliseconds

12