Searched defs:startBB (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_reaching.cpp | 249 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()
|
| D | aarch64_color_ra.cpp | 1266 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/ |
| D | x64_reaching.cpp | 131 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/ |
| D | reaching.cpp | 177 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
|
| D | cfi_generator.cpp | 112 auto *startBB = cgFunc.GetFirstBB(); in Run() local
|
| D | control_dep_analysis.cpp | 656 BB *startBB = nullptr; in ComputePdomInRegion() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/ |
| D | try_catch.h | 47 void Reset(BBT &startBB) in Reset()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_color_ra.h | 1408 BB *startBB = nullptr; variable
|