Home
last modified time | relevance | path

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

/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/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()