Home
last modified time | relevance | path

Searched defs:isFastpath (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/
Dcodegen_fastpath.cpp203 void CodegenFastPath::CreateTailCall(IntrinsicInst *inst, bool isFastpath) in CreateTailCall()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen-inl.h181 bool isFastpath = GetGraph()->GetMode().IsFastPath(); in CallBarrier() local