Searched refs:ExposesReturnsTwice (Results 1 – 5 of 5) sorted by relevance
149 bool ExposesReturnsTwice;252 return ExposesReturnsTwice;258 ExposesReturnsTwice = B;
386 bool ExposesReturnsTwice = false;409 YamlIO.mapOptional("exposesReturnsTwice", MF.ExposesReturnsTwice);
67 bool ExposesReturnsTwice; member in __anonb653f77d0111::CallAnalyzer168 ExposesReturnsTwice(false), HasDynamicAlloca(false), in CallAnalyzer()764 ExposesReturnsTwice = true; in visitCallSite()1001 if (IsRecursiveCall || ExposesReturnsTwice || HasDynamicAlloca || in analyzeBlock()1232 if (IsRecursiveCall || ExposesReturnsTwice || HasDynamicAlloca || in analyzeCall()
286 MF.setExposesReturnsTwice(YamlMF.ExposesReturnsTwice); in initializeMachineFunction()
171 YamlMF.ExposesReturnsTwice = MF.exposesReturnsTwice(); in print()