Searched refs:FuncletStart (Results 1 – 1 of 1) sorted by relevance
909 for (MachineFunction::const_iterator FuncletStart = MF->begin(), in computeIP2StateTable() local912 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() local1178 FuncletStart != End; FuncletStart = FuncletEnd) { in emitCLRExceptionTable()1179 int FuncletState = HandlerStates[&*FuncletStart]; in emitCLRExceptionTable()[all …]