OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CheckReturn
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
CallingConvLower.cpp
84
///
CheckReturn
- Analyze the return values of a function, returning true if
86
bool CCState::
CheckReturn
(const SmallVectorImpl<ISD::OutputArg> &Outs,
/external/llvm/lib/Transforms/IPO/
PruneEH.cpp
96
bool
CheckReturn
= !SCCMightReturn && !F->doesNotReturn();
98
if (!CheckUnwind && !
CheckReturn
)
107
} else if (
CheckReturn
&& isa<ReturnInst>(BB->getTerminator())) {
Completed in 467 milliseconds