Searched defs:IFI (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Transforms/IPO/
H A DInliner.cpp204 static void mergeInlinedArrayAllocas(Function *Caller, InlineFunctionInfo &IFI, argument
307 inlineCallIfPossible( CallBase &CB, InlineFunctionInfo &IFI, InlinedArrayAllocasTy &InlinedArrayAllocas, int InlineHistory, bool InsertLifetime, function_ref<AAResults &(Function &)> &AARGetter, ImportedFunctionsInliningStatistics &ImportedFunctionsStats) argument
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp653 InlineFunctionInfo IFI; local
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1426 static void AddAlignmentAssumptions(CallBase &CB, InlineFunctionInfo &IFI) { argument
1467 UpdateCallGraphAfterInlining(CallBase &CB, Function::iterator FirstNewBlock, ValueToValueMapTy &VMap, InlineFunctionInfo &IFI) argument
1538 HandleByValArgumentInit(Type *ByValType, Value *Dst, Value *Src, Module *M, BasicBlock *InsertBlock, InlineFunctionInfo &IFI) argument
1555 HandleByValArgument(Type *ByValType, Value *Arg, Instruction *TheCall, const Function *CalledFunc, InlineFunctionInfo &IFI, MaybeAlign ByValAlignment) argument
2008 InlineFunction(CallBase &CB, InlineFunctionInfo &IFI, bool MergeAttributes, AAResults *CalleeAAR, bool InsertLifetime, Function *ForwardVarArgsTo) argument
[all...]

Completed in 144 milliseconds