Home
last modified time | relevance | path

Searched refs:ExposesReturnsTwice (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineFunction.h221 bool ExposesReturnsTwice = false;
328 return ExposesReturnsTwice;
334 ExposesReturnsTwice = B;
DMIRYamlMapping.h383 bool ExposesReturnsTwice = false;
408 YamlIO.mapOptional("exposesReturnsTwice", MF.ExposesReturnsTwice);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineFunction.h291 bool ExposesReturnsTwice = false;
467 return ExposesReturnsTwice;
473 ExposesReturnsTwice = B;
DMIRYamlMapping.h484 bool ExposesReturnsTwice = false;
509 YamlIO.mapOptional("exposesReturnsTwice", MF.ExposesReturnsTwice, false);
/external/llvm/lib/Analysis/
DInlineCost.cpp97 bool ExposesReturnsTwice; member in __anonb653f77d0111::CallAnalyzer
211 IsRecursiveCall(false), ExposesReturnsTwice(false), in CallAnalyzer()
886 ExposesReturnsTwice = true; in visitCallSite()
1127 if (IsRecursiveCall || ExposesReturnsTwice || HasDynamicAlloca || in analyzeBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInlineCost.cpp134 bool ExposesReturnsTwice; member in __anonf90232b50111::CallAnalyzer
283 ExposesReturnsTwice(false), HasDynamicAlloca(false), in CallAnalyzer()
1206 ExposesReturnsTwice = true; in visitCallSite()
1578 if (IsRecursiveCall || ExposesReturnsTwice || HasDynamicAlloca || in analyzeBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMIRPrinter.cpp197 YamlMF.ExposesReturnsTwice = MF.exposesReturnsTwice(); in print()
/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp291 MF.setExposesReturnsTwice(YamlMF.ExposesReturnsTwice); in initializeMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp357 MF.setExposesReturnsTwice(YamlMF.ExposesReturnsTwice); in initializeMachineFunction()
/external/llvm/lib/CodeGen/
DMIRPrinter.cpp174 YamlMF.ExposesReturnsTwice = MF.exposesReturnsTwice(); in print()