Searched refs:MayThrow (Results 1 – 10 of 10) sorted by relevance
48 return MayThrow; in anyBlockMayThrow()56 MayThrow = HeaderMayThrow; in computeLoopSafetyInfo()63 MayThrow |= !isGuaranteedToTransferExecutionToSuccessor(BB); in computeLoopSafetyInfo()64 if (MayThrow) in computeLoopSafetyInfo()76 return MayThrow; in anyBlockMayThrow()83 MayThrow = false; in computeLoopSafetyInfo()87 MayThrow = true; in computeLoopSafetyInfo()
341 bool MayThrow = false; in computeFunctionSummary() local393 MayThrow = true; in computeFunctionSummary()668 F.hasFnAttribute(Attribute::NoUnwind), MayThrow, HasUnknownCall, in computeFunctionSummary()
111 bool MayThrow = false; // The current loop contains an instruction which variable 133 bool MayThrow = false; // The current loop contains an instruction which variable
763 unsigned MayThrow : 1;783 this->MayThrow &= RHS.MayThrow;792 this->NoUnwind | this->MayThrow | this->HasUnknownCall |807 OS << ", mayThrow: " << this->MayThrow;
1176 bool MayThrow = WebAssembly::mayThrow(MI); in fixCallUnwindMismatches() local1181 if (MBB.hasEHPadSuccessor() && MayThrow && !SeenThrowableInstInBB) in fixCallUnwindMismatches()1191 else if (EHPadStack.empty() || !MayThrow) { in fixCallUnwindMismatches()
474 FlagValue(F.MayThrow), in fflagsToString()
429 if (CallerSummary->fflags().MayThrow) in thinLTOPropagateFunctionAttrs()
1233 RawFlags |= (Flags.MayThrow << 7); in getEncodedFFlags()
1140 Flags.MayThrow = (RawFlags >> 7) & 0x1; in getDecodedFFlags()
9647 FFlags.MayThrow = Val; in parseOptionalFFlags()