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

/external/llvm/lib/Transforms/IPO/
H A DPruneEH.cpp101 bool CheckReturn = !SCCMightReturn && !F->doesNotReturn(); local
106 bool CheckReturnViaAsm = CheckReturn &&
110 if (!CheckUnwind && !CheckReturn)
117 } else if (CheckReturn && isa<ReturnInst>(TI)) {
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DPruneEH.cpp96 bool CheckReturn = !SCCMightReturn && !F->doesNotReturn(); local
98 if (!CheckUnwind && !CheckReturn)
108 } else if (CheckReturn && isa<ReturnInst>(BB->getTerminator())) {
/external/llvm/lib/Target/Mips/
H A DMipsCCState.h118 bool CheckReturn(const SmallVectorImpl<ISD::OutputArg> &ArgsFlags, function in class:llvm::MipsCCState
121 bool Return = CCState::CheckReturn(ArgsFlags, Fn);
/external/swiftshader/third_party/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
/external/llvm/lib/CodeGen/
H A DCallingConvLower.cpp89 bool CCState::CheckReturn(const SmallVectorImpl<ISD::OutputArg> &Outs, function in class:CCState

Completed in 262 milliseconds