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

  /art/runtime/verifier/
reg_type_test.cc 82 EXPECT_FALSE(bool_reg_type.IsConflict());
114 EXPECT_FALSE(byte_reg_type.IsConflict());
146 EXPECT_FALSE(char_reg_type.IsConflict());
178 EXPECT_FALSE(short_reg_type.IsConflict());
210 EXPECT_FALSE(int_reg_type.IsConflict());
242 EXPECT_FALSE(long_reg_type.IsConflict());
274 EXPECT_FALSE(float_reg_type.IsConflict());
306 EXPECT_FALSE(double_reg_type.IsConflict());
method_verifier.cc     [all...]
reg_type.cc 790 if (IsConflict()) {
792 } else if (incoming_type.IsConflict()) {
reg_type.h 44 virtual bool IsConflict() const { return false; }
297 bool IsConflict() const {
register_line.cc 44 } else if (new_type.IsConflict()) { // should only be set during a merge
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 290 milliseconds