Home
last modified time | relevance | path

Searched refs:IsEHPad (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/llvm/lib/CodeGen/
DFixupStatepointCallerSaved.cpp354 auto IsEHPad = [](MachineBasicBlock *B) { return B->isEHPad(); }; in StatepointState() local
356 assert(llvm::count_if(MBB->successors(), IsEHPad) < 2 && "multiple EHPads"); in StatepointState()
358 auto It = llvm::find_if(MBB->successors(), IsEHPad); in StatepointState()
DMachineBlockPlacement.cpp1683 bool IsEHPad = WorkList[0]->isEHPad(); in selectBestCandidateBlock() local
1688 assert(MBB->isEHPad() == IsEHPad && in selectBestCandidateBlock()
1720 if (BestBlock && (IsEHPad ^ (BestFreq >= CandidateFreq))) in selectBestCandidateBlock()
DRDFGraph.cpp1693 bool IsEHPad = SB->isEHPad(); in linkBlockRefs() local
1697 if (IsEHPad) { in linkBlockRefs()
/external/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h113 bool IsEHPad = false;
339 bool isEHPad() const { return IsEHPad; }
343 void setIsEHPad(bool V = true) { IsEHPad = V; }
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h111 bool IsEHPad = false;
383 bool isEHPad() const { return IsEHPad; }
387 void setIsEHPad(bool V = true) { IsEHPad = V; }
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h141 bool IsEHPad = false;
429 bool isEHPad() const { return IsEHPad; }
433 void setIsEHPad(bool V = true) { IsEHPad = V; }
/external/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp737 bool IsEHPad = WorkList[0]->isEHPad(); in selectBestCandidateBlock() local
742 assert(MBB->isEHPad() == IsEHPad); in selectBestCandidateBlock()
772 if (BestBlock && (IsEHPad ^ (BestFreq >= CandidateFreq))) in selectBestCandidateBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp1650 bool IsEHPad = WorkList[0]->isEHPad(); in selectBestCandidateBlock() local
1655 assert(MBB->isEHPad() == IsEHPad && in selectBestCandidateBlock()
1687 if (BestBlock && (IsEHPad ^ (BestFreq >= CandidateFreq))) in selectBestCandidateBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFGraph.cpp1696 bool IsEHPad = SB->isEHPad(); in linkBlockRefs() local
1700 if (IsEHPad) { in linkBlockRefs()