Home
last modified time | relevance | path

Searched defs:PartialInlinerImpl (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp199 struct PartialInlinerImpl { struct
201 PartialInlinerImpl( in PartialInlinerImpl() function
222 struct FunctionCloner {
267 int NumPartialInlining = 0;
268 std::function<AssumptionCache &(Function &)> *GetAssumptionCache;
269 std::function<TargetTransformInfo &(Function &)> *GetTTI;
270 Optional<function_ref<BlockFrequencyInfo &(Function &)>> GetBFI;
271 ProfileSummaryInfo *PSI;
295 bool IsLimitReached() { in IsLimitReached()
300 static CallSite getCallSite(User *U) { in getCallSite()
[all …]