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

  /art/compiler/optimizing/
nodes.h 515 virtual bool IsControlFlow() const { return false; }
814 virtual bool IsControlFlow() const { return true; }
830 virtual bool IsControlFlow() const { return true; }
845 virtual bool IsControlFlow() const { return true; }
862 virtual bool IsControlFlow() const { return true; }
887 virtual bool IsControlFlow() const { return true; }
    [all...]
graph_test.cc 293 ASSERT_TRUE(got->IsControlFlow());
nodes.cc 297 DCHECK(!instruction->IsControlFlow());
register_allocator.cc 710 DCHECK(!at->IsControlFlow());
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.cpp 382 static bool IsControlFlow(MachineInstr* MI) {
    [all...]

Completed in 94 milliseconds