Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h167 bool IsEHFuncletEntry = false;
606 bool isEHFuncletEntry() const { return IsEHFuncletEntry; }
609 void setIsEHFuncletEntry(bool V = true) { IsEHFuncletEntry = V; }
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp692 bool IsEHFuncletEntry = false; in parseBasicBlockDefinition() local
718 IsEHFuncletEntry = true; in parseBasicBlockDefinition()
772 MBB->setIsEHFuncletEntry(IsEHFuncletEntry); in parseBasicBlockDefinition()