Home
last modified time | relevance | path

Searched defs:startBB (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_reaching.cpp249 BB *startBB = startInsn->GetBB(); in FindRegDefBetweenInsnGlobal() local
482 void AArch64ReachingDefinition::DFSFindDefForRegOpnd(const BB &startBB, uint32 regNO, in DFSFindDefForRegOpnd()
509 void AArch64ReachingDefinition::DFSFindDefForMemOpnd(const BB &startBB, uint32 offset, in DFSFindDefForMemOpnd()
590 BB *startBB = startInsn->GetBB(); in FindRegUseBetweenInsnGlobal() local
617 BB *startBB = startInsn.GetBB(); in HasRegDefBetweenInsnGlobal() local
642 bool AArch64ReachingDefinition::DFSFindRegDefBetweenBB(const BB &startBB, const BB &endBB, uint32 r… in DFSFindRegDefBetweenBB()
663 bool AArch64ReachingDefinition::DFSFindRegDomianBetweenBB(const BB startBB, uint32 regNO, in DFSFindRegDomianBetweenBB()
683 bool AArch64ReachingDefinition::DFSFindRegInfoBetweenBB(const BB startBB, const BB &endBB, uint32 r… in DFSFindRegInfoBetweenBB()
Daarch64_color_ra.cpp1266 bool GraphColorRegAllocator::UseIsUncovered(const BB &bb, const BB &startBB, std::vector<bool> &vis… in UseIsUncovered()
1289 const BB *startBB = bbInfo.GetStartBB(); in FindUseForSplit() 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()
223 void X64ReachingDefinition::DFSFindDefForRegOpnd(const BB &startBB, uint32 regNO, std::vector<Visit… in DFSFindDefForRegOpnd()
230 void X64ReachingDefinition::DFSFindDefForMemOpnd(const BB &startBB, uint32 offset, std::vector<Visi… in DFSFindDefForMemOpnd()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreaching.cpp177 void ReachingDefinition::DFSFindUseForRegOpnd(const BB &startBB, uint32 regNO, std::vector<bool> &v… in DFSFindUseForRegOpnd()
218 bool ReachingDefinition::RegIsUsedInOtherBB(const BB &startBB, uint32 regNO, std::vector<bool> &vis… in RegIsUsedInOtherBB() argument
285 void ReachingDefinition::DFSFindUseForMemOpnd(const BB &startBB, uint32 offset, std::vector<bool> &… in DFSFindUseForMemOpnd()
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
Dcfi_generator.cpp112 auto *startBB = cgFunc.GetFirstBB(); in Run() local
Dcontrol_dep_analysis.cpp656 BB *startBB = nullptr; in ComputePdomInRegion() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
Dtry_catch.h47 void Reset(BBT &startBB) in Reset()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_color_ra.h1408 BB *startBB = nullptr; variable