Lines Matching refs:WasmInliner
21 Reduction WasmInliner::Reduce(Node* node) {
34 void WasmInliner::Trace(Node* call, int inlinee, const char* decision) {
39 uint32_t WasmInliner::FindOriginatingFunction(Node* call) {
52 int WasmInliner::GetCallCount(Node* call) {
76 Reduction WasmInliner::ReduceCall(Node* call) {
127 if (WasmInliner::graph_size_allows_inlining(current_graph_size)) {
132 WasmInliner::graph_size_allows_inlining(current_graph_size - 100);
135 void WasmInliner::Trace(const CandidateInfo& candidate, const char* decision) {
143 void WasmInliner::Finalize() {
256 void WasmInliner::RewireFunctionEntry(Node* call, Node* callee_start) {
287 void WasmInliner::InlineTailCall(Node* call, Node* callee_start,
342 void WasmInliner::InlineCall(Node* call, Node* callee_start, Node* callee_end,
528 const wasm::WasmModule* WasmInliner::module() const { return env_->module; }