Home
last modified time | relevance | path

Searched refs:FindRegLiveOut (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dpeep.cpp79 return FindRegLiveOut(regOpnd, *insn.GetBB()); in IfOperandIsLiveAfterInsn()
83 bool CGPeepPattern::FindRegLiveOut(const RegOperand &regOpnd, const BB &bb) in FindRegLiveOut() function in maplebe::CGPeepPattern
292 return FindRegLiveOut(regOpnd, *insn.GetBB()); in IfOperandIsLiveAfterInsn()
296 bool PeepPattern::FindRegLiveOut(const RegOperand &regOpnd, const BB &bb) in FindRegLiveOut() function in maplebe::PeepPattern
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dpeep.h102 bool FindRegLiveOut(const RegOperand &regOpnd, const BB &bb);
127 bool FindRegLiveOut(const RegOperand &regOpnd, const BB &bb);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_peep.cpp2216 FindRegLiveOut(cmpFlagReg, *insn.GetBB())) { in Run()

Completed in 7 milliseconds