Home
last modified time | relevance | path

Searched refs:ACT (Results 1 – 25 of 57) sorted by relevance

123

/external/llvm/include/llvm/Analysis/
DAssumptionCache.h135 AssumptionCacheTracker *ACT; variable
141 FunctionCallbackVH(Value *V, AssumptionCacheTracker *ACT = nullptr)
142 : CallbackVH(V), ACT(ACT) {} in CallbackVH()
DInlineCost.h115 AssumptionCacheTracker *ACT, ProfileSummaryInfo *PSI);
124 AssumptionCacheTracker *ACT, ProfileSummaryInfo *PSI);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DAssumptionCache.h186 AssumptionCacheTracker *ACT; variable
193 FunctionCallbackVH(Value *V, AssumptionCacheTracker *ACT = nullptr)
194 : CallbackVH(V), ACT(ACT) {} in CallbackVH()
/external/llvm/include/llvm/Transforms/Utils/
DCloning.h179 AssumptionCacheTracker *ACT = nullptr)
180 : CG(cg), ACT(ACT) {} in CG()
185 AssumptionCacheTracker *ACT; variable
/external/llvm/lib/Analysis/
DAssumptionCache.cpp92 auto I = ACT->AssumptionCaches.find_as(cast<Function>(getValPtr())); in deleted()
93 if (I != ACT->AssumptionCaches.end()) in deleted()
94 ACT->AssumptionCaches.erase(I); in deleted()
DInlineCost.cpp79 AssumptionCacheTracker *ACT; member in __anond8f3b4e60111::CallAnalyzer
206 CallAnalyzer(const TargetTransformInfo &TTI, AssumptionCacheTracker *ACT, in CallAnalyzer() argument
209 : TTI(TTI), ACT(ACT), PSI(PSI), F(Callee), CandidateCS(CSArg), in CallAnalyzer()
960 CallAnalyzer CA(TTI, ACT, PSI, *F, InlineConstants::IndirectCallThreshold, in visitCallSite()
1315 CodeMetrics::collectEphemeralValues(&F, &ACT->getAssumptionCache(F), in analyzeCall()
1449 AssumptionCacheTracker *ACT, in getInlineCost() argument
1452 ACT, PSI); in getInlineCost()
1471 AssumptionCacheTracker *ACT, in getInlineCost() argument
1506 CallAnalyzer CA(CalleeTTI, ACT, PSI, *Callee, DefaultThreshold, CS); in getInlineCost()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DAssumptionCache.cpp221 auto I = ACT->AssumptionCaches.find_as(cast<Function>(getValPtr())); in deleted()
222 if (I != ACT->AssumptionCaches.end()) in deleted()
223 ACT->AssumptionCaches.erase(I); in deleted()
/external/ltp/testcases/kernel/io/disktest/
Dchildmain.h37 EXP,ACT,REREAD enumerator
/external/llvm/include/llvm/Transforms/IPO/
DInlinerPass.h88 AssumptionCacheTracker *ACT;
/external/icu/icu4c/source/data/zone/
Den_NZ.txt9 sg{"ACT"}
Den_AU.txt26 sg{"ACT"}
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/IPO/
DInliner.h76 AssumptionCacheTracker *ACT;
/external/llvm/lib/Transforms/IPO/
DInlineSimple.cpp64 return llvm::getInlineCost(CS, DefaultThreshold, TTI, ACT, PSI); in getInlineCost()
DSampleProfile.cpp99 : DT(nullptr), PDT(nullptr), LI(nullptr), ACT(nullptr), Reader(), in SampleProfileLoader()
105 void setACT(AssumptionCacheTracker *A) { ACT = A; } in setACT()
164 AssumptionCacheTracker *ACT; member in __anon79c3e4830111::SampleProfileLoader
641 InlineFunctionInfo IFI(nullptr, ACT); in inlineHotFunctions()
DInliner.cpp378 ACT = &getAnalysis<AssumptionCacheTracker>(); in inlineCalls()
440 InlineFunctionInfo InlineInfo(&CG, ACT); in inlineCalls()
/external/cldr/tools/java/org/unicode/cldr/icu/
Dtimezone_aliases.txt6 ACT; Australia/Darwin
32 Australia/ACT; Australia/Sydney
/external/u-boot/arch/arm/dts/
Dbcm2835-rpi.dtsi13 label = "ACT";
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DInlineSimple.cpp70 return ACT->getAssumptionCache(F); in getInlineCost()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DTimeZoneAliases.txt31 Australia/ACT ; Australia/Sydney
145 ACT ; Australia/Darwin
/external/cldr/tools/java/org/unicode/cldr/util/data/
DTimeZoneAliases.txt23 Australia/ACT ; Australia/Sydney
137 ACT ; Australia/Darwin
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeZoneAliases.txt31 Australia/ACT ; Australia/Sydney
145 ACT ; Australia/Darwin
/external/llvm/lib/ObjectYAML/
DCOFFYAML.cpp460 IO &IO, COFF::AuxiliaryCLRToken &ACT) { in mapping() argument
461 MappingNormalization<NAuxTokenType, uint8_t> NATT(IO, ACT.AuxType); in mapping()
463 IO.mapRequired("SymbolTableIndex", ACT.SymbolTableIndex); in mapping()
/external/spirv-llvm/lib/SPIRV/
DSPIRVLowerOCLBlocks.cpp342 auto ACT = &getAnalysis<AssumptionCacheTracker>(); in lowerReturnBlock() local
345 InlineFunctionInfo IFI(CG, ACT); in lowerReturnBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SampleProfile/
Dinline-act.ll3 ; Sample profile should have non-empty ACT passed to inliner
/external/llvm/test/Transforms/SampleProfile/
Dinline-act.ll3 ; Sample profile should have non-empty ACT passed to inliner

123