Home
last modified time | relevance | path

Searched refs:is_candidate_for_removal (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
Dhydrogen-removable-simulates.cc29 if (current_simulate->is_candidate_for_removal() && in Process()
41 HSimulate::cast(instr->previous())->is_candidate_for_removal())); in Process()
63 if (!current_simulate->is_candidate_for_removal()) { in Process()
Dhydrogen-instructions.h1831 bool is_candidate_for_removal() { return removable_ == REMOVABLE_SIMULATE; } in is_candidate_for_removal() function