Home
last modified time | relevance | path

Searched defs:EffectPhi (Results 1 – 3 of 3) sorted by relevance

/external/v8/test/cctest/compiler/
Dtest-loop-analysis.cc90 Node* EffectPhi(Node* a) { in EffectPhi() function in v8::internal::compiler::LoopFinderTester
94 Node* EffectPhi(Node* a, Node* b) { in EffectPhi() function in v8::internal::compiler::LoopFinderTester
98 Node* EffectPhi(Node* a, Node* b, Node* c) { in EffectPhi() function in v8::internal::compiler::LoopFinderTester
102 Node* EffectPhi(Node* a, Node* b, Node* c, Node* d) { in EffectPhi() function in v8::internal::compiler::LoopFinderTester
/external/v8/src/compiler/
Dcommon-operator.cc701 const Operator* CommonOperatorBuilder::EffectPhi(int effect_input_count) { in EffectPhi() function in v8::internal::compiler::CommonOperatorBuilder
Dwasm-compiler.cc355 Node* WasmGraphBuilder::EffectPhi(unsigned count, Node** effects, in EffectPhi() function in v8::internal::compiler::WasmGraphBuilder