/external/v8/src/compiler/ |
D | graph-reducer.cc | 179 if (user != node) Revisit(user); in ReduceTop() 201 if (user != node) Revisit(user); in Replace() 212 if (user != node) Revisit(user); in Replace() 243 Revisit(user); in ReplaceWithValue() 247 Revisit(user); in ReplaceWithValue() 252 Revisit(user); in ReplaceWithValue() 256 Revisit(user); in ReplaceWithValue() 283 void GraphReducer::Revisit(Node* node) { in Revisit() function in v8::internal::compiler::GraphReducer
|
D | graph-reducer.h | 81 virtual void Revisit(Node* node) = 0; 100 void Revisit(Node* node) { in Revisit() function 102 editor_->Revisit(node); in Revisit() 176 void Revisit(Node* node) final; in NON_EXPORTED_BASE()
|
D | common-operator-reducer.cc | 167 Revisit(graph()->end()); in ReduceDeoptimizeConditional() 228 Revisit(merge); in ReduceEffectPhi() 265 Revisit(merge); in ReducePhi() 276 Revisit(merge); in ReducePhi() 295 Revisit(merge); in ReducePhi()
|
D | escape-analysis.h | 46 void Revisit(Node* node); 107 reducer->Revisit(node); in RevisitDependants()
|
D | dead-code-elimination.cc | 161 Revisit(loop_exit); in ReduceLoopOrMerge() 174 Revisit(use); in ReduceLoopOrMerge()
|
D | escape-analysis.cc | 322 if (reduction.effect_changed()) Revisit(use); in ReduceFrom() 324 if (reduction.value_changed()) Revisit(use); in ReduceFrom() 343 void EffectGraphReducer::Revisit(Node* node) { in Revisit() function in v8::internal::compiler::EffectGraphReducer
|
D | js-typed-lowering.cc | 723 Revisit(on_exception); in ReduceCreateConsString() 732 Revisit(graph()->end()); in ReduceCreateConsString() 1146 Revisit(on_exception); in ReduceJSToObject() 1265 Revisit(on_exception); in ReduceJSHasInPrototypeChain() 1866 Revisit(if_exception); in ReduceJSForInNext() 1992 Revisit(user); in ReduceJSForInPrepare() 1995 Revisit(user); in ReduceJSForInPrepare() 2237 Revisit(on_exception); in ReduceObjectIsArray()
|
D | branch-elimination.cc | 133 Revisit(graph()->end()); in ReduceDeoptimizeConditional()
|
D | js-intrinsic-lowering.cc | 116 Revisit(graph()->end()); in ReduceDeoptimizeNow()
|
D | js-inlining.cc | 200 Revisit(graph()->end()); in InlineCall()
|
D | js-native-context-specialization.cc | 298 Revisit(edge.from()); in ReduceJSInstanceOf() 1543 Revisit(graph()->end()); in ReduceSoftDeoptimize()
|
D | js-call-reducer.cc | 4312 Revisit(graph()->end()); in ReduceSoftDeoptimize()
|
/external/tensorflow/tensorflow/python/autograph/pyct/common_transformers/ |
D | BUILD | 27 # TODO(aqj) Revisit this dependency direction when pyct is more
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/ |
D | revisit.ll | 141 ; Revisit the children of the outer loop that are part of the epilogue.
|
/external/webrtc/talk/app/webrtc/objctests/ |
D | RTCPeerConnectionSyncObserver.m | 144 // TODO (fischman): Revisit. Keeping in sync with the Java version, but
|
/external/llvm/utils/TableGen/ |
D | CodeGenDAGPatterns.cpp | 3263 SmallVector<CodeGenInstruction*, 8> Revisit; in InferInstructionFlags() local 3273 Revisit.push_back(&InstInfo); in InferInstructionFlags() 3310 for (CodeGenInstruction *InstInfo : Revisit) { in InferInstructionFlags() 3322 for (CodeGenInstruction *InstInfo : Revisit) { in InferInstructionFlags()
|
/external/tensorflow/tensorflow/contrib/cmake/ |
D | tf_tests.cmake | 262 … # Flaky, for unknown reasons. Cannot reproduce in terminal. Revisit once we can get stack traces.
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlGpu.mm | 379 // TODO: Revisit this when the Metal backend is completed. It may support MSAA render targets.
|
/external/skia/src/gpu/mtl/ |
D | GrMtlGpu.mm | 438 // TODO: Revisit this when the Metal backend is completed. It may support MSAA render targets.
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | BUILD | 3117 # TODO(gpapan): Revisit the gradient of extract_image_patches_op to resolve
|
/external/mesa3d/ |
D | configure.ac | 1594 # XXX: Revisit this as the egl/haiku is a thing.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | vector-shuffle-combining.ll | 842 ; making sense with th enew vector shuffle lowering. Revisit at least testing for
|
/external/llvm/test/CodeGen/X86/ |
D | vector-shuffle-combining.ll | 993 ; making sense with th enew vector shuffle lowering. Revisit at least testing for
|
/external/dnsmasq/ |
D | CHANGELOG.archive | 1415 Revisit the MAC-address and client-id matching code to
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXIntrinsics.td | 1715 // @TODO: Revisit this. There is a type
|