Searched refs:GetEhPreds (Results 1 – 14 of 14) sorted by relevance
391 for (const auto *predEhBB : bb.GetEhPreds()) { in AllPredBBVisited()424 if ((sbb->GetPreds().size() != 1) || !sbb->GetEhPreds().empty()) { in MarkStraightLineBBInBFS()456 if (!candidateBB->GetEhPreds().empty()) { in SearchForStraightLineBBs()
442 for (auto predEhBB : bb.GetEhPreds()) { in GenerateIn()456 for (auto predEhBB : bb.GetEhPreds()) { in GenerateIn()479 for (auto predEhBB : bb.GetEhPreds()) { in GenerateIn()494 for (auto predEhBB : bb.GetEhPreds()) { in GenerateIn()593 if (!bb->GetEhPreds().empty()) { in Initialize()841 for (auto ehPredBB : endBB.GetEhPreds()) { in CanReachEndBBFromCurrentBB()1242 for (auto ehPredBB : bb->GetEhPreds()) { in HasCallInPath()
37 if (!bb->GetEhPreds().empty()) { in InitAndGetDefUse()42 if (bb->GetEhPreds().empty()) { in InitAndGetDefUse()
115 if (find(header->GetEhPreds().begin(), header->GetEhPreds().end(), bEdge) == in CheckLoops()116 header->GetEhPreds().end()) { in CheckLoops()
459 … (it->GetPreds().empty() || (it->GetPreds().size() == 1 && it->GetEhPreds().front() == it)) && in FlushUnReachableStatusAndRemoveRelations()460 it->GetEhPreds().empty() && !InSwitchTable(it->GetLabIdx(), *cgFunc) && in FlushUnReachableStatusAndRemoveRelations()542 for (BB *ehPred : curBB.GetEhPreds()) { in RemoveBB()
842 if (!bb.GetEhPreds().empty()) { in ComputeLiveIn()847 if (!bb.GetEhPreds().empty()) { in ComputeLiveIn()
1104 if (!bb.GetEhPreds().empty()) { in RemoveUnusedInsns()
2444 if (!bb->GetEhPreds().empty()) { in DumpCGIR()2446 for (auto *ehPredBB : bb->GetEhPreds()) { in DumpCGIR()
516 for (auto predEhBB : startBB.GetEhPreds()) { in DFSFindDefForRegOpnd()558 for (auto predEhBB : startBB.GetEhPreds()) { in DFSFindDefForMemOpnd()
732 if (succ->GetPreds().size() != 1 || !succ->GetEhPreds().empty()) { in IsolateFastPath()749 if (first->GetPreds().size() != 1 || !first->GetEhPreds().empty()) { in IsolateFastPath()752 if (second->GetPreds().size() != 1 || !second->GetEhPreds().empty()) { in IsolateFastPath()
1895 for (auto pred : bb.GetEhPreds()) { in PruneLrForSplit()1977 for (auto pred : bb.GetEhPreds()) { in UseIsUncovered()2006 for (auto pred : bb->GetEhPreds()) { in FindUseForSplit()2069 for (auto pred : bb->GetEhPreds()) { in ClearLrBBFlags()2100 for (auto pred : bb->GetEhPreds()) { in ComputeBBForOldSplit()
1953 if (!CheckCondition(*insn) || !bb->GetEhPreds().empty()) { in Run()
3317 if (nextBB->GetPreds().size() > 1 || nextBB->GetEhPreds().empty()) { in CheckCondition()
422 const MapleList<BB *> &GetEhPreds() const in GetEhPreds() function