Searched defs:CheckReturn (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp96 bool CheckReturn = !SCCMightReturn && !F->doesNotReturn(); local
98 if (!CheckUnwind && !CheckReturn)
107 } else if (CheckReturn && isa<ReturnInst>(BB->getTerminator())) {
/external/llvm/lib/CodeGen/
H A DCallingConvLower.cpp86 /// CheckReturn - Analyze the return values of a function, returning true if
88 bool CCState::CheckReturn(const SmallVectorImpl<ISD::OutputArg> &Outs, function in class:CCState

Completed in 132 milliseconds