Home
last modified time | relevance | path

Searched defs:endBB (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_reaching.cpp266 BB *endBB = endInsn->GetBB(); in FindRegDefBetweenInsnGlobal() local
595 BB *endBB = endInsn->GetBB(); in FindRegUseBetweenInsnGlobal() local
623 BB *endBB = endInsn.GetBB(); in HasRegDefBetweenInsnGlobal() local
642 bool AArch64ReachingDefinition::DFSFindRegDefBetweenBB(const BB &startBB, const BB &endBB, uint32 r… in DFSFindRegDefBetweenBB()
683 bool AArch64ReachingDefinition::DFSFindRegInfoBetweenBB(const BB startBB, const BB &endBB, uint32 r… in DFSFindRegInfoBetweenBB()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreaching.cpp712 bool ReachingDefinition::CanReachEndBBFromCurrentBB(const BB &currentBB, const BB &endBB, in CanReachEndBBFromCurrentBB()
734 bool ReachingDefinition::IsLiveInAllPathBB(uint32 regNO, const BB &startBB, const BB &endBB, in IsLiveInAllPathBB()
1010 bool ReachingDefinition::IsUseOrDefInAllPathBB(uint32 regNO, const BB &startBB, const BB &endBB, in IsUseOrDefInAllPathBB()
1055 bool ReachingDefinition::HasCallInPath(const BB &startBB, const BB &endBB, std::vector<bool> &visit… in HasCallInPath() argument
Dcontrol_dep_analysis.cpp657 BB *endBB = nullptr; in ComputePdomInRegion() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_reaching.cpp131 bool X64ReachingDefinition::DFSFindRegDefBetweenBB(const BB &startBB, const BB &endBB, uint32 regNO, in DFSFindRegDefBetweenBB()