Home
last modified time | relevance | path

Searched defs:callerInst (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.h78 …IrBuilder(Graph *graph, RuntimeInterface::MethodPtr method, CallInst *callerInst, uint32_t inlinin… in IrBuilder()
Dinst_builder.cpp26 InstBuilder::InstBuilder(Graph *graph, RuntimeInterface::MethodPtr method, CallInst *callerInst, ui… in InstBuilder()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.cpp223 for (auto callerInst = saveState->GetCallerInst(); callerInst != nullptr; in PropagateCallerMasks() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp477 auto callerInst = saveState->GetCallerInst(); in AdjustInputsLifetime() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Descape.cpp1607 if (auto callerInst = FindCallerInst(block, site)) { in MaterializeAtNewSaveState() local
1630 if (auto callerInst = FindCallerInst(block)) { in MaterializeInEmptyBlock() local
Dpeepholes.cpp2665 CallInst *callerInst = nullptr; in VisitLoadConstantPool() local