Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp909 for (MachineFunction::const_iterator FuncletStart = MF->begin(), in computeIP2StateTable() local
912 FuncletStart != End; FuncletStart = FuncletEnd) { in computeIP2StateTable()
923 if (FuncletStart->isCleanupFuncletEntry()) in computeIP2StateTable()
928 if (FuncletStart == MF->begin()) { in computeIP2StateTable()
933 cast<FuncletPadInst>(FuncletStart->getBasicBlock()->getFirstNonPHI()); in computeIP2StateTable()
936 StartLabel = getMCSymbolForMBB(Asm, &*FuncletStart); in computeIP2StateTable()
943 FuncInfo, FuncletStart, FuncletEnd, BaseState)) { in computeIP2StateTable()
1175 for (MachineFunction::const_iterator FuncletStart = MF->begin(), in emitCLRExceptionTable() local
1178 FuncletStart != End; FuncletStart = FuncletEnd) { in emitCLRExceptionTable()
1179 int FuncletState = HandlerStates[&*FuncletStart]; in emitCLRExceptionTable()
[all …]