Home
last modified time | relevance | path

Searched refs:peeling (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/compiler/
Dloop-peeling.cc217 Peeling peeling(graph, tmp_zone, estimated_peeled_size, &iter->node_pairs_); in Peel() local
223 peeling.Insert(node, node->InputAt(kAssumedLoopEntryIndex)); in Peel()
227 peeling.CopyNodes(graph, tmp_zone, dead, loop_tree->BodyNodes(loop)); in Peel()
240 inputs.push_back(peeling.map(loop_node->InputAt(i))); in Peel()
250 inputs.push_back(peeling.map(node->InputAt(1 + i))); in Peel()
267 node->ReplaceInput(0, peeling.map(node->InputAt(1))); in Peel()
269 new_entry = peeling.map(loop_node->InputAt(1)); in Peel()
280 exit->ReplaceInput(1, peeling.map(exit->InputAt(0))); in Peel()
285 exit->InsertInput(graph->zone(), 1, peeling.map(exit->InputAt(0))); in Peel()
291 exit->InsertInput(graph->zone(), 1, peeling.map(exit->InputAt(0))); in Peel()
/external/swiftshader/third_party/LLVM/test/Transforms/Inline/
Dnoinline-recursive-fn.ll2 ; This effectively is just peeling off the first iteration of a loop, and the
/external/llvm/test/Transforms/Inline/
Dnoinline-recursive-fn.ll2 ; This effectively is just peeling off the first iteration of a loop, and the
/external/eigen/unsupported/Eigen/
DMPRealSupport141 // Specialize GEBP kernel and traits for mpreal (no need for peeling, nor complicated stuff)
/external/v8/
DAndroid.v8.mk157 src/compiler/loop-peeling.cc \
DBUILD.gn1174 "src/compiler/loop-peeling.cc",
1175 "src/compiler/loop-peeling.h",
/external/v8/src/
Dv8.gyp669 'compiler/loop-peeling.cc',
670 'compiler/loop-peeling.h',
/external/swiftshader/third_party/LLVM/lib/Target/
DREADME.txt613 The loop unroller should partially unroll loops (instead of peeling them)
/external/llvm/lib/Target/
DREADME.txt544 The loop unroller should partially unroll loops (instead of peeling them)
/external/jline/src/src/test/resources/jline/example/
Denglish.gz