Searched refs:IfNeInstructionNode (Results 1 - 7 of 7) sorted by relevance

/art/compiler/sea_ir/ir/
H A Dvisitor.h30 class IfNeInstructionNode;
55 virtual void Visit(IfNeInstructionNode* instruction) = 0;
72 virtual void Traverse(IfNeInstructionNode* instruction) { }
H A Dinstruction_nodes.h155 class IfNeInstructionNode: public InstructionNode { class in namespace:sea_ir
157 explicit IfNeInstructionNode(const art::Instruction* inst): InstructionNode(inst) { function in class:sea_ir::IfNeInstructionNode
H A Dsea.cc613 sea_instructions.push_back(new IfNeInstructionNode(in));
/art/compiler/sea_ir/types/
H A Dtype_inference_visitor.h52 void Visit(IfNeInstructionNode* instruction) { }
/art/compiler/sea_ir/code_gen/
H A Dcode_gen.h114 void Visit(IfNeInstructionNode* instruction) { }
137 void Visit(IfNeInstructionNode* instruction) { }
158 void Visit(IfNeInstructionNode* instruction);
H A Dcode_gen.cc143 void CodeGenVisitor::Visit(IfNeInstructionNode* instruction) {
/art/compiler/sea_ir/debug/
H A Ddot_gen.h67 void Visit(IfNeInstructionNode* instruction) {

Completed in 82 milliseconds