Searched refs:ExposesReturnsTwice (Results 1 – 5 of 5) sorted by relevance
221 bool ExposesReturnsTwice = false;328 return ExposesReturnsTwice;334 ExposesReturnsTwice = B;
383 bool ExposesReturnsTwice = false;408 YamlIO.mapOptional("exposesReturnsTwice", MF.ExposesReturnsTwice);
97 bool ExposesReturnsTwice; member in __anonca18d25c0111::CallAnalyzer211 IsRecursiveCall(false), ExposesReturnsTwice(false), in CallAnalyzer()886 ExposesReturnsTwice = true; in visitCallSite()1127 if (IsRecursiveCall || ExposesReturnsTwice || HasDynamicAlloca || in analyzeBlock()
291 MF.setExposesReturnsTwice(YamlMF.ExposesReturnsTwice); in initializeMachineFunction()
174 YamlMF.ExposesReturnsTwice = MF.exposesReturnsTwice(); in print()