Home
last modified time | relevance | path

Searched refs:ExposesReturnsTwice (Results 1 – 5 of 5) 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/llvm/lib/Analysis/
DInlineCost.cpp97 bool ExposesReturnsTwice; member in __anonca18d25c0111::CallAnalyzer
211 IsRecursiveCall(false), ExposesReturnsTwice(false), in CallAnalyzer()
886 ExposesReturnsTwice = true; in visitCallSite()
1127 if (IsRecursiveCall || ExposesReturnsTwice || HasDynamicAlloca || in analyzeBlock()
/external/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp291 MF.setExposesReturnsTwice(YamlMF.ExposesReturnsTwice); in initializeMachineFunction()
/external/llvm/lib/CodeGen/
DMIRPrinter.cpp174 YamlMF.ExposesReturnsTwice = MF.exposesReturnsTwice(); in print()