Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h163 bool IsEHFuncletEntry = false;
575 bool isEHFuncletEntry() const { return IsEHFuncletEntry; }
578 void setIsEHFuncletEntry(bool V = true) { IsEHFuncletEntry = V; }
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp675 bool IsEHFuncletEntry = false; in parseBasicBlockDefinition() local
696 IsEHFuncletEntry = true; in parseBasicBlockDefinition()
743 MBB->setIsEHFuncletEntry(IsEHFuncletEntry); in parseBasicBlockDefinition()