Lines Matching refs:Function
15 #define DEBUG_TYPE "function-lowering-info"
18 #include "llvm/Function.h"
61 void FunctionLoweringInfo::set(const Function &fn, MachineFunction &mf) {
66 // Check whether the function can return without sret-demotion.
77 Function::const_iterator BB = Fn->begin(), EB = Fn->end();
186 /// clear - Clear out all the function-specific state. This returns this
188 /// different function.
216 /// In the case that the given value has struct or array type, this function
381 isa<Function>(CE->getOperand(0)) &&
382 "Personality should be a function");
383 MMI->addPersonality(MBB, cast<Function>(CE->getOperand(0)));
461 cast<Function>(I.getPersonalityFn()->stripPointerCasts()));