Home
last modified time | relevance | path

Searched refs:onDisableSROA (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp299 virtual void onDisableSROA(AllocaInst *Arg) {} in onDisableSROA() function in __anon463f3bdb0111::CallAnalyzer
630 void onDisableSROA(AllocaInst *Arg) override { in onDisableSROA() function in __anon463f3bdb0111::InlineCostCallAnalyzer
1182 void onDisableSROA(AllocaInst *Arg) override { in onDisableSROA() function in __anon463f3bdb0111::InlineCostFeaturesAnalyzer
1371 onDisableSROA(SROAArg); in disableSROAForArg()