Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_reaching.cpp284 BB *endBB = endInsn->GetBB(); in FindRegDefBetweenInsnGlobal() local
638 BB *endBB = endInsn->GetBB(); in FindRegUseBetweenInsnGlobal() local
666 BB *endBB = endInsn.GetBB(); in HasRegDefBetweenInsnGlobal() local
685 bool AArch64ReachingDefinition::DFSFindRegDefBetweenBB(const BB &startBB, const BB &endBB, uint32 r… in DFSFindRegDefBetweenBB()
727 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.cpp823 bool ReachingDefinition::CanReachEndBBFromCurrentBB(const BB &currentBB, const BB &endBB, in CanReachEndBBFromCurrentBB()
857 bool ReachingDefinition::IsLiveInAllPathBB(uint32 regNO, const BB &startBB, const BB &endBB, in IsLiveInAllPathBB()
1157 bool ReachingDefinition::IsUseOrDefInAllPathBB(uint32 regNO, const BB &startBB, const BB &endBB, in IsUseOrDefInAllPathBB()
1223 bool ReachingDefinition::HasCallInPath(const BB &startBB, const BB &endBB, std::vector<bool> &visit… in HasCallInPath() argument
/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()