Searched refs:no_match_control (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | wasm-compiler.h | 519 Node** no_match_control, Node** no_match_effect); 525 Node** no_match_control, Node** no_match_effect); 531 Node** no_match_control, Node** no_match_effect); 537 Node** no_match_control, Node** no_match_effect); 542 Node** no_match_control, Node** no_match_effect); 743 Node** no_match_control, Node** no_match_effect,
|
D | wasm-compiler.cc | 5844 Node** match_control, Node** match_effect, Node** no_match_control, in BrOnCastAbs() argument 5865 *no_match_control = Merge(count, no_match_controls.data()); in BrOnCastAbs() 5867 no_match_effects.emplace_back(*no_match_control); in BrOnCastAbs() 5895 Node** no_match_control, in BrOnCast() argument 5897 BrOnCastAbs(match_control, match_effect, no_match_control, no_match_effect, in BrOnCast() 5923 Node** no_match_control, in BrOnData() argument 5925 BrOnCastAbs(match_control, match_effect, no_match_control, no_match_effect, in BrOnData() 5954 Node** no_match_control, in BrOnFunc() argument 5956 BrOnCastAbs(match_control, match_effect, no_match_control, no_match_effect, in BrOnFunc() 5986 Node** no_match_control, in BrOnArray() argument [all …]
|