Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dpeep.cpp224 BB *currentBB = bbStack.top(); in CheckOpndLiveinSuccs() local
437 BB *currentBB = bbStack.top(); in CheckOpndLiveinSuccs() local
Debo.cpp342 OpndInfo *Ebo::OperandInfoUse(BB &currentBB, Operand &localOpnd) in OperandInfoUse()
Dreaching.cpp712 bool ReachingDefinition::CanReachEndBBFromCurrentBB(const BB &currentBB, const BB &endBB, in CanReachEndBBFromCurrentBB()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dpost_schedule.cpp50 const std::vector<GateRef>& currentBB = cfg.at(bbIdx); in GenerateExtraBB() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_ebo.cpp242 OpndInfo *AArch64Ebo::OperandInfoDef(BB &currentBB, Insn &currentInsn, Operand &localOpnd) in OperandInfoDef()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgfunc.h1020 bool IsExitBB(const BB &currentBB) in IsExitBB()