Home
last modified time | relevance | path

Searched refs:optimizable (Results 1 – 12 of 12) sorted by relevance

/external/llvm/test/Transforms/GlobalOpt/
D2009-11-16-MallocSingleStoreToGlobalVar.ll1 ; Test ensures that non-optimizable array mallocs are not optimized; specifically
2 ; GlobalOpt was treating a non-optimizable array malloc as a non-array malloc
/external/v8/src/
Druntime-profiler.cc133 if (!shared->code()->optimizable()) return; in AttemptOnStackReplacement()
Dlog.cc52 case Code::FUNCTION: return code->optimizable() ? "~" : ""; in ComputeMarker()
Dobjects-inl.h4702 bool Code::optimizable() { in optimizable() function
5810 return code()->kind() == Code::FUNCTION && code()->optimizable(); in IsOptimizable()
Dobjects.cc9100 code()->optimizable()); in MarkForOptimization()
9111 DCHECK(shared()->allows_lazy_compilation() || code()->optimizable()); in MarkForConcurrentOptimization()
9130 DCHECK(shared()->allows_lazy_compilation() || code()->optimizable()); in MarkInOptimizationQueue()
9779 return code()->optimizable(); in IsInlineable()
Druntime.cc8692 function->code()->optimizable())); in RUNTIME_FUNCTION()
8786 if (!isolate->use_crankshaft() || !current_code->optimizable()) return false; in IsSuitableForOnStackReplacement()
Dobjects.h5087 inline bool optimizable();
/external/llvm/test/CodeGen/AArch64/
Darm64-ext.ll110 ; An undef in the shuffle list should still be optimizable
/external/llvm/test/CodeGen/ARM/
Dvext.ll127 ; An undef in the shuffle list should still be optimizable
/external/llvm/test/CodeGen/X86/
Dsse41.ll453 ;;;;;; Shuffles optimizable with a single insertps or blend instruction
/external/antlr/antlr-3.4/tool/
DCHANGES.txt304 generate the most optimizable C code from the modern C compiler point of
/external/libxml2/
DChangeLog2061 This would allow for rebust and optimizable sorting