HomeSort by relevance Sort by last modified time
    Searched refs:CallAnalyzer (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Analysis/
InlineCost.cpp 71 class CallAnalyzer : public InstVisitor<CallAnalyzer, bool> {
72 typedef InstVisitor<CallAnalyzer, bool> Base;
73 friend class InstVisitor<CallAnalyzer, bool>;
206 CallAnalyzer(const TargetTransformInfo &TTI, AssumptionCacheTracker *ACT,
243 bool CallAnalyzer::isAllocaDerivedArg(Value *V) {
249 bool CallAnalyzer::lookupSROAArgAndCost(
267 void CallAnalyzer::disableSROA(DenseMap<Value *, int>::iterator CostIt) {
277 void CallAnalyzer::disableSROA(Value *V) {
285 void CallAnalyzer::accumulateSROACost(DenseMap<Value *, int>::iterator CostIt
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
InlineCost.cpp 95 class CallAnalyzer : public InstVisitor<CallAnalyzer, bool> {
96 typedef InstVisitor<CallAnalyzer, bool> Base;
97 friend class InstVisitor<CallAnalyzer, bool>;
272 CallAnalyzer(const TargetTransformInfo &TTI,
315 bool CallAnalyzer::isAllocaDerivedArg(Value *V) {
321 bool CallAnalyzer::lookupSROAArgAndCost(
339 void CallAnalyzer::disableSROA(DenseMap<Value *, int>::iterator CostIt) {
350 void CallAnalyzer::disableSROA(Value *V) {
358 void CallAnalyzer::accumulateSROACost(DenseMap<Value *, int>::iterator CostIt
    [all...]

Completed in 1078 milliseconds