Searched defs:Reduction (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/compiler/
H A Dgraph-reducer.h28 class Reduction final {
30 explicit Reduction(Node* replacement = nullptr) : replacement_(replacement) {} function in class:v8::internal::compiler::final
50 virtual Reduction Reduce(Node* node) = 0;
58 static Reduction NoChange() { return Reduction(); }
59 static Reduction Replace(Node* node) { return Reduction(node); }
60 static Reduction Changed(Node* node) { return Reduction(node); }
88 static Reduction Replac
[all...]
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DInlineCost.cpp149 unsigned Reduction = 0; local
160 Reduction += InlineConstants::InstrCost*Instrs*(NumSucc-1)/NumSucc;
186 Reduction += InlineConstants::InstrCost;
190 Reduction += CountCodeReductionForConstant(&Inst);
194 return Reduction;
203 unsigned Reduction = 0; local
207 Reduction += InlineConstants::InstrCost;
211 Reduction += CountCodeReductionForAlloca(GEP);
214 Reduction += CountCodeReductionForAlloca(BCI);
222 return Reduction;
[all...]
/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp403 std::pair<llvm::Function *, llvm::Function *> Reduction = local
417 RValue Func = RValue::get(Reduction.second);
H A DCGOpenMPRuntime.cpp4211 std::pair<llvm::Function *, llvm::Function *> Reduction = local
4213 RValue Func = RValue::get(Reduction.first);
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 377 milliseconds