Searched refs:IsEHPad (Results 1 – 5 of 5) sorted by relevance
113 bool IsEHPad = false;339 bool isEHPad() const { return IsEHPad; }343 void setIsEHPad(bool V = true) { IsEHPad = V; }
111 bool IsEHPad = false;383 bool isEHPad() const { return IsEHPad; }387 void setIsEHPad(bool V = true) { IsEHPad = V; }
737 bool IsEHPad = WorkList[0]->isEHPad(); in selectBestCandidateBlock() local742 assert(MBB->isEHPad() == IsEHPad); in selectBestCandidateBlock()772 if (BestBlock && (IsEHPad ^ (BestFreq >= CandidateFreq))) in selectBestCandidateBlock()
1650 bool IsEHPad = WorkList[0]->isEHPad(); in selectBestCandidateBlock() local1655 assert(MBB->isEHPad() == IsEHPad && in selectBestCandidateBlock()1687 if (BestBlock && (IsEHPad ^ (BestFreq >= CandidateFreq))) in selectBestCandidateBlock()
1696 bool IsEHPad = SB->isEHPad(); in linkBlockRefs() local1700 if (IsEHPad) { in linkBlockRefs()