HomeSort by relevance Sort by last modified time
    Searched defs:ACT (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/Analysis/
AssumptionCache.h 144 AssumptionCacheTracker *ACT;
150 FunctionCallbackVH(Value *V, AssumptionCacheTracker *ACT = nullptr)
151 : CallbackVH(V), ACT(ACT) {}
  /external/llvm/include/llvm/Transforms/Utils/
Cloning.h 210 AssumptionCacheTracker *ACT = nullptr)
211 : CG(cg), ACT(ACT) {}
216 AssumptionCacheTracker *ACT;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
usbstorioctl.h 8 UCHAR ACT;
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 475 AssumptionCacheTracker *ACT = &getAnalysis<AssumptionCacheTracker>();
536 InlineFunctionInfo InlineInfo(&CG, ACT);
    [all...]
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp     [all...]
InlineCost.cpp 52 AssumptionCacheTracker *ACT;
164 CallAnalyzer(const TargetTransformInfo &TTI, AssumptionCacheTracker *ACT,
166 : TTI(TTI), ACT(ACT), F(Callee), CandidateCS(CSArg), Threshold(Threshold),
834 CallAnalyzer CA(TTI, ACT, *F, InlineConstants::IndirectCallThreshold, CS);
    [all...]

Completed in 426 milliseconds