Searched refs:MayThrow (Results 1 – 10 of 10) sorted by relevance
48 return MayThrow; in anyBlockMayThrow()56 MayThrow = HeaderMayThrow; in computeLoopSafetyInfo()64 (BB != BBE) && !MayThrow; ++BB) in computeLoopSafetyInfo()65 MayThrow |= !isGuaranteedToTransferExecutionToSuccessor(*BB); in computeLoopSafetyInfo()75 return MayThrow; in anyBlockMayThrow()82 MayThrow = false; in computeLoopSafetyInfo()86 MayThrow = true; in computeLoopSafetyInfo()
281 bool MayThrow = false; in computeFunctionSummary() local333 MayThrow = true; in computeFunctionSummary()502 F.hasFnAttribute(Attribute::NoUnwind), MayThrow, HasUnknownCall, in computeFunctionSummary()
111 bool MayThrow = false; // The current loop contains an instruction which variable133 bool MayThrow = false; // The current loop contains an instruction which variable
578 unsigned MayThrow : 1;598 this->MayThrow &= RHS.MayThrow;607 this->NoUnwind | this->MayThrow | this->HasUnknownCall |622 OS << ", mayThrow: " << this->MayThrow;
1177 bool MayThrow = WebAssembly::mayThrow(MI); in fixCallUnwindMismatches() local1182 if (MBB.hasEHPadSuccessor() && MayThrow && !SeenThrowableInstInBB) in fixCallUnwindMismatches()1192 else if (EHPadStack.empty() || !MayThrow) { in fixCallUnwindMismatches()
462 FlagValue(F.MayThrow), in fflagsToString()
484 if (CallerSummary->fflags().MayThrow) in thinLTOPropagateFunctionAttrs()
1085 RawFlags |= (Flags.MayThrow << 7); in getEncodedFFlags()
1073 Flags.MayThrow = (RawFlags >> 7) & 0x1; in getDecodedFFlags()
8742 FFlags.MayThrow = Val; in parseOptionalFFlags()