HomeSort by relevance Sort by last modified time
    Searched refs:CanThrow (Results 1 - 10 of 10) sorted by null

  /art/compiler/optimizing/
licm.cc 133 && (!instruction->CanThrow() || !found_first_non_hoisted_visible_instruction_in_loop)
145 } else if (instruction->CanThrow() || instruction->DoesAnyWrite()) {
scheduler.cc 251 if (other->CanThrow() && node->GetSideEffects().DoesAnyWrite()) {
254 if (other->GetSideEffects().DoesAnyWrite() && node->CanThrow()) {
257 if (other->CanThrow() && node->CanThrow()) {
267 // information and `CanThrow` information.
334 if (!instruction->GetSideEffects().DoesNothing() || instruction->CanThrow()) {
prepare_for_register_allocation.cc 265 CHECK(!between->CanThrow());
code_sinking.cc 71 if (instruction->CanThrow()) {
nodes.h     [all...]
scheduler_test.cc 118 DCHECK(div_check->CanThrow());
175 // CanThrow.
nodes.cc     [all...]
instruction_simplifier.cc     [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp     [all...]

Completed in 202 milliseconds