Searched defs:LI (Results 1 - 25 of 244) sorted by relevance

12345678910

/netbsd-current/external/bsd/kyua-cli/dist/utils/logging/
H A Dmacros.hpp57 #define LI(message) utils::logging::log(utils::logging::level_info, \ macro
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DCFG.h148 containsIrreducibleCFG(RPOTraversalT &RPOTraversal, const LoopInfoT &LI) argument
[all...]
H A DLazyBlockFrequencyInfo.h74 const LoopInfoT *LI; member in class:llvm::LazyBlockFrequencyInfo
41 setAnalysis(const FunctionT *F, BranchProbabilityInfoPassT *BPIPass, const LoopInfoT *LI) argument
H A DLazyBranchProbabilityInfo.h58 LazyBranchProbabilityInfo(const Function *F, const LoopInfo *LI, argument
80 const LoopInfo *LI; member in class:llvm::LazyBranchProbabilityInfoPass::LazyBranchProbabilityInfo
H A DSyncDependenceAnalysis.h84 const LoopInfo &LI; member in class:llvm::SyncDependenceAnalysis
H A DLoopAnalysisManager.h56 LoopInfo &LI; member in struct:llvm::LoopStandardAnalysisResults
88 explicit Result(LoopAnalysisManager &InnerAM, LoopInfo &LI) argument
137 LoopInfo *LI; member in class:llvm::LoopAnalysisManagerFunctionProxy::Result
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlanHCFGBuilder.h45 LoopInfo *LI; member in class:llvm::VPlanHCFGBuilder
63 VPlanHCFGBuilder(Loop *Lp, LoopInfo *LI, VPlan &P) argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdater.h165 virtual void replaceLoadWithValue(LoadInst *LI, Value *V) const {} argument
H A DBasicBlockUtils.h139 LoopInfo *LI; member in struct:llvm::CriticalEdgeSplittingOptions
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerHelper.h48 const LegalizerInfo &LI; member in class:llvm::LegalizerHelper
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyBlockFrequencyInfo.cpp57 LoopInfo &LI = getAnalysis<LoopInfoWrapperPass>().getLoopInfo(); local
H A DLazyBranchProbabilityInfo.cpp58 LoopInfo &LI = getAnalysis<LoopInfoWrapperPass>().getLoopInfo(); local
H A DFunctionPropertiesAnalysis.cpp20 getFunctionPropertiesInfo(const Function &F, const LoopInfo &LI) argument
H A DOptimizationRemarkEmitter.cpp36 LoopInfo LI; local
H A DDelinearization.cpp45 LoopInfo *LI; member in class:__anon1653::Delinearization
59 void printDelinearization(raw_ostream &O, Function *F, LoopInfo *LI, argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp43 CombinerHelper(GISelChangeObserver &Observer, MachineIRBuilder &B, GISelKnownBits *KB, MachineDominatorTree *MDT, const LegalizerInfo *LI) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocBase.h112 virtual void aboutToRemoveInterval(LiveInterval &LI) {} argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Vectorize/
H A DSLPVectorizer.h68 LoopInfo *LI = nullptr; member in struct:llvm::SLPVectorizerPass
H A DLoopVectorize.h143 LoopInfo *LI; member in struct:llvm::LoopVectorizePass
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAlloca.cpp90 auto LI = dyn_cast<LoadInst>(AllocaUse.getUser()); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyOptimizeLiveIntervals.cpp112 LiveInterval &LI = LIS.getInterval(MI->getOperand(0).getReg()); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DWarnMissedTransforms.cpp86 static void warnAboutLeftoverTransformations(Function *F, LoopInfo *LI, argument
101 auto &LI = AM.getResult<LoopAnalysis>(F); local
124 auto &LI = getAnalysis<LoopInfoWrapperPass>().getLoopInfo(); variable
H A DReg2Mem.cpp99 auto *LI = &AM.getResult<LoopAnalysis>(F); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp33 const auto &LI = LIS.getInterval(Reg); local
[all...]
/netbsd-current/games/hack/
H A Dhack.terminfo.c79 int CO, LI; /* used in pri.c and whatis.c */ variable

Completed in 405 milliseconds

12345678910