Home
last modified time | relevance | path

Searched defs:VisitCall (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dmemory_barriers.cpp79 void OptimizeMemoryBarriers::VisitCall(GraphVisitor *v, Inst *inst) in VisitCall() function in ark::compiler::OptimizeMemoryBarriers
Descape.cpp1260 void EscapeAnalysis::VisitCall(CallInst *inst) in VisitCall() function in ark::compiler::EscapeAnalysis
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dalias_visitor.cpp583 void AliasVisitor::VisitCall(GraphVisitor *v, Inst *inst) in VisitCall() function in ark::compiler::AliasVisitor
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp2202 void Codegen::VisitCall(CallInst *inst) in VisitCall() function in ark::compiler::Codegen
Dencode_visitor.cpp366 void EncodeVisitor::VisitCall(GraphVisitor *visitor, Inst *inst) in VisitCall() function in ark::compiler::EncodeVisitor
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp1041 void LLVMIRBuilder::VisitCall(GateRef gate, const std::vector<GateRef> &inList, OpCode op) in VisitCall() function in panda::ecmascript::kungfu::LLVMIRBuilder
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp1623 void LiteCGIRBuilder::VisitCall(GateRef gate, const std::vector<GateRef> &inList, OpCode op) in VisitCall() function in panda::ecmascript::kungfu::LiteCGIRBuilder
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp4324 void LLVMIrConstructor::VisitCall(GraphVisitor *v, Inst *inst) in VisitCall() function in ark::compiler::LLVMIrConstructor