Home
last modified time | relevance | path

Searched refs:IsEHFuncletEntry (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h209 bool IsEHFuncletEntry = false;
657 bool isEHFuncletEntry() const { return IsEHFuncletEntry; }
660 void setIsEHFuncletEntry(bool V = true) { IsEHFuncletEntry = V; }
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp712 bool IsEHFuncletEntry = false; in parseBasicBlockDefinition() local
739 IsEHFuncletEntry = true; in parseBasicBlockDefinition()
797 MBB->setIsEHFuncletEntry(IsEHFuncletEntry); in parseBasicBlockDefinition()