HomeSort by relevance Sort by last modified time
    Searched defs:CheckReturn (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
CallingConvLower.cpp 86 /// CheckReturn - Analyze the return values of a function, returning true if
88 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 126 milliseconds