Lines Matching refs:FuncletStart
908 for (MachineFunction::const_iterator FuncletStart = MF->begin(), in computeIP2StateTable() local
911 FuncletStart != End; FuncletStart = FuncletEnd) { in computeIP2StateTable()
922 if (FuncletStart->isCleanupFuncletEntry()) in computeIP2StateTable()
927 if (FuncletStart == MF->begin()) { in computeIP2StateTable()
932 cast<FuncletPadInst>(FuncletStart->getBasicBlock()->getFirstNonPHI()); in computeIP2StateTable()
935 StartLabel = getMCSymbolForMBB(Asm, &*FuncletStart); in computeIP2StateTable()
942 FuncInfo, FuncletStart, FuncletEnd, BaseState)) { in computeIP2StateTable()
1181 for (MachineFunction::const_iterator FuncletStart = MF->begin(), in emitCLRExceptionTable() local
1184 FuncletStart != End; FuncletStart = FuncletEnd) { in emitCLRExceptionTable()
1185 int FuncletState = HandlerStates[&*FuncletStart]; in emitCLRExceptionTable()
1208 InvokeStateChangeIterator::range(FuncInfo, FuncletStart, FuncletEnd)) { in emitCLRExceptionTable()