Searched refs:IsEHPad (Results 1 – 5 of 5) sorted by relevance
355 auto IsEHPad = [](MachineBasicBlock *B) { return B->isEHPad(); }; in StatepointState() local357 assert(llvm::count_if(MBB->successors(), IsEHPad) < 2 && "multiple EHPads"); in StatepointState()359 auto It = llvm::find_if(MBB->successors(), IsEHPad); in StatepointState()
1721 bool IsEHPad = WorkList[0]->isEHPad(); in selectBestCandidateBlock() local1726 assert(MBB->isEHPad() == IsEHPad && in selectBestCandidateBlock()1759 if (BestBlock && (IsEHPad ^ (BestFreq >= CandidateFreq))) in selectBestCandidateBlock()
1634 bool IsEHPad = SB->isEHPad(); in linkBlockRefs() local1638 if (IsEHPad) { in linkBlockRefs()
872 bool IsEHPad : 1; // If this is an exception handling block.879 HasTailCall == Other.HasTailCall && IsEHPad == Other.IsEHPad &&888 (static_cast<uint32_t>(IsEHPad) << 2) |924 bool isEHPad() const { return MD.IsEHPad; }
186 bool IsEHPad = false;631 bool isEHPad() const { return IsEHPad; }635 void setIsEHPad(bool V = true) { IsEHPad = V; }