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

  /art/compiler/llvm/
runtime_support_builder_x86.cc 50 irb_.SetTBAA(thread, kTBAAConstJObject);
62 irb_.SetTBAA(result, s_ty);
74 irb_.SetTBAA(call_inst, s_ty);
runtime_support_builder_arm.cc 67 irb_.SetTBAA(thread, kTBAAConstJObject);
81 irb_.SetTBAA(result, s_ty);
95 irb_.SetTBAA(call_inst, s_ty);
runtime_support_builder.cc 61 irb_.SetTBAA(call_inst, kTBAAConstJObject);
127 irb_.SetTBAA(call_inst, kTBAARuntimeInfo);
160 irb_.SetTBAA(call_inst, kTBAAJRuntime);
ir_builder.h 175 void SetTBAA(::llvm::Instruction* inst, TBAASpecialType special_ty) {

Completed in 31 milliseconds