Searched refs:FuncletStart (Results 1 – 1 of 1) sorted by relevance
912 for (MachineFunction::const_iterator FuncletStart = MF->begin(), in computeIP2StateTable() local915 FuncletStart != End; FuncletStart = FuncletEnd) { in computeIP2StateTable()926 if (FuncletStart->isCleanupFuncletEntry()) in computeIP2StateTable()931 if (FuncletStart == MF->begin()) { in computeIP2StateTable()936 cast<FuncletPadInst>(FuncletStart->getBasicBlock()->getFirstNonPHI()); in computeIP2StateTable()939 StartLabel = getMCSymbolForMBB(Asm, &*FuncletStart); in computeIP2StateTable()946 FuncInfo, FuncletStart, FuncletEnd, BaseState)) { in computeIP2StateTable()1185 for (MachineFunction::const_iterator FuncletStart = MF->begin(), in emitCLRExceptionTable() local1188 FuncletStart != End; FuncletStart = FuncletEnd) { in emitCLRExceptionTable()1189 int FuncletState = HandlerStates[&*FuncletStart]; in emitCLRExceptionTable()[all …]