Searched refs:ExposesReturnsTwice (Results 1 – 10 of 10) sorted by relevance
221 bool ExposesReturnsTwice = false;328 return ExposesReturnsTwice;334 ExposesReturnsTwice = B;
383 bool ExposesReturnsTwice = false;408 YamlIO.mapOptional("exposesReturnsTwice", MF.ExposesReturnsTwice);
291 bool ExposesReturnsTwice = false;467 return ExposesReturnsTwice;473 ExposesReturnsTwice = B;
484 bool ExposesReturnsTwice = false;509 YamlIO.mapOptional("exposesReturnsTwice", MF.ExposesReturnsTwice, false);
97 bool ExposesReturnsTwice; member in __anonb653f77d0111::CallAnalyzer211 IsRecursiveCall(false), ExposesReturnsTwice(false), in CallAnalyzer()886 ExposesReturnsTwice = true; in visitCallSite()1127 if (IsRecursiveCall || ExposesReturnsTwice || HasDynamicAlloca || in analyzeBlock()
134 bool ExposesReturnsTwice; member in __anonf90232b50111::CallAnalyzer283 ExposesReturnsTwice(false), HasDynamicAlloca(false), in CallAnalyzer()1206 ExposesReturnsTwice = true; in visitCallSite()1578 if (IsRecursiveCall || ExposesReturnsTwice || HasDynamicAlloca || in analyzeBlock()
197 YamlMF.ExposesReturnsTwice = MF.exposesReturnsTwice(); in print()
291 MF.setExposesReturnsTwice(YamlMF.ExposesReturnsTwice); in initializeMachineFunction()
357 MF.setExposesReturnsTwice(YamlMF.ExposesReturnsTwice); in initializeMachineFunction()
174 YamlMF.ExposesReturnsTwice = MF.exposesReturnsTwice(); in print()