Searched refs:NextInput (Results 1 – 3 of 3) sorted by relevance
69 dispatcher_->CompileNext(dispatcher_->NextInput(true)); in RunInternal()96 OptimizedCompilationJob* OptimizingCompileDispatcher::NextInput( in NextInput() function in v8::internal::OptimizingCompileDispatcher185 while (input_queue_length_ > 0) CompileNext(NextInput()); in Stop()
61 OptimizedCompilationJob* NextInput(bool check_if_flushing = false);
11880 SDValue NextInput = IsRoundOfExtLoad ? N->getOperand(i).getOperand(0) : in combineBVOfConsecutiveLoads() local11882 if (NextInput.getOpcode() != ISD::LOAD) in combineBVOfConsecutiveLoads()11888 LoadSDNode *LD2 = dyn_cast<LoadSDNode>(NextInput); in combineBVOfConsecutiveLoads()