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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h156 bool IsEHFuncletEntry = false; member in class:llvm::MachineBasicBlock
444 bool isEHFuncletEntry() const { return IsEHFuncletEntry; }
447 void setIsEHFuncletEntry(bool V = true) { IsEHFuncletEntry = V; }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp656 bool IsEHFuncletEntry = false; local
673 IsEHFuncletEntry = true;
719 MBB->setIsEHFuncletEntry(IsEHFuncletEntry);

Completed in 164 milliseconds