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

  /art/compiler/sea_ir/types/
type_inference_visitor.cc 24 void TypeInferenceVisitor::Visit(SeaGraph* graph) {
30 void TypeInferenceVisitor::Visit(SignatureNode* parameter) {
38 void TypeInferenceVisitor::Visit(UnnamedConstInstructionNode* instruction) {
42 void TypeInferenceVisitor::Visit(PhiInstructionNode* instruction) {
48 void TypeInferenceVisitor::Visit(AddIntInstructionNode* instruction) {
59 void TypeInferenceVisitor::Visit(MoveResultInstructionNode* instruction) {
65 void TypeInferenceVisitor::Visit(InvokeStaticInstructionNode* instruction) {
71 std::vector<const Type*> TypeInferenceVisitor::GetOperandTypes(
85 const Type* TypeInferenceVisitor::MergeTypes(std::vector<const Type*>& types) const {
101 const Type* TypeInferenceVisitor::MergeTypes(const Type* t1, const Type* t2) const
    [all...]
type_inference_visitor_test.cc 40 TypeInferenceVisitor tiv(NULL, &td, &type_cache);
52 TypeInferenceVisitor tiv(NULL, &td, &type_cache);
65 TypeInferenceVisitor tiv(NULL, &td, &type_cache);
79 TypeInferenceVisitor tiv(NULL, &td, &type_cache);
93 TypeInferenceVisitor tiv(NULL, &td, &type_cache);
109 TypeInferenceVisitor tiv(NULL, &td, &type_cache);
type_inference_visitor.h 27 // The TypeInferenceVisitor visits each instruction and computes its type taking into account
35 class TypeInferenceVisitor: public IRVisitor {
37 TypeInferenceVisitor(SeaGraph* graph, TypeData* type_data,
type_inference.cc 154 TypeInferenceVisitor tiv(graph, &type_data_, type_cache_);

Completed in 3398 milliseconds