Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineFunction.h143 bool ExposesReturnsTwice;
233 return ExposesReturnsTwice;
239 ExposesReturnsTwice = B;
/external/llvm/lib/Analysis/IPA/
DInlineCost.cpp62 bool ExposesReturnsTwice; member in __anonf38a11c60111::CallAnalyzer
150 ExposesReturnsTwice(false), HasDynamicAlloca(false), in CallAnalyzer()
723 ExposesReturnsTwice = true; in visitCallSite()
947 if (IsRecursiveCall || ExposesReturnsTwice || HasDynamicAlloca || in analyzeBlock()
1177 if (IsRecursiveCall || ExposesReturnsTwice || HasDynamicAlloca || in analyzeCall()