Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h187 bool IsEHFuncletEntry = false;
628 bool isEHFuncletEntry() const { return IsEHFuncletEntry; }
631 void setIsEHFuncletEntry(bool V = true) { IsEHFuncletEntry = V; }
/freebsd-14.2/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()