HomeSort by: relevance | last modified time | path
    Searched refs:InLoop (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyFixIrreducibleControlFlow.cpp 403 DenseSet<MachineBasicBlock *> InLoop;
409 InLoop.insert(Pred);
420 bool PredInLoop = InLoop.count(Pred);
433 bool PredInLoop = InLoop.count(Pred);
463 bool PredInLoop = InLoop.count(Pred);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 329 PreferInLoopReductions("prefer-inloop-reductions", cl::init(false),
1587 /// A SmallMapVector to store the InLoop reduction op chains, mapping phi
1593 /// Return the chain of instructions representing an inloop reduction.
1598 /// Returns true if the Phi is part of an inloop reduction.
1680 /// Return the cost of instructions in an inloop reduction pattern, if I is
1770 /// A Map of inloop reduction operations and their immediate chain operand.
1772 /// vplan. This was added to allow quick lookup to the inloop operations,
4371 // instead of the former. For an inloop reduction the reduction will already
4408 assert(!IsInLoopReductionPhi && "Unexpected truncated inloop reduction!");
4463 // Create the reduction after the loop. Note that inloop reductions create th
    [all...]
  /src/external/public-domain/sqlite/dist/
sqlite3.c     [all...]

Completed in 89 milliseconds