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

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

Completed in 219 milliseconds