Home
last modified time | relevance | path

Searched defs:LVI (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp97 static Constant *getConstantAt(Value *V, Instruction *At, LazyValueInfo *LVI) { in getConstantAt()
116 static bool processSelect(SelectInst *S, LazyValueInfo *LVI) { in processSelect()
156 static bool simplifyCommonValuePhi(PHINode *P, LazyValueInfo *LVI, in simplifyCommonValuePhi()
207 static Value *getValueOnEdge(LazyValueInfo *LVI, Value *Incoming, in getValueOnEdge()
256 static bool processPHI(PHINode *P, LazyValueInfo *LVI, DominatorTree *DT, in processPHI()
287 static bool processICmp(ICmpInst *Cmp, LazyValueInfo *LVI) { in processICmp()
316 static bool constantFoldCmp(CmpInst *Cmp, LazyValueInfo *LVI) { in constantFoldCmp()
330 static bool processCmp(CmpInst *Cmp, LazyValueInfo *LVI) { in processCmp()
348 static bool processSwitch(SwitchInst *I, LazyValueInfo *LVI, in processSwitch()
437 static bool willNotOverflow(BinaryOpIntrinsic *BO, LazyValueInfo *LVI) { in willNotOverflow()
[all …]
H A DJumpThreading.cpp245 auto &LVI = AM.getResult<LazyValueAnalysis>(F); in run() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp353 AssumptionCache *AC, LazyValueInfo *LVI) { in ProcessSwitchInst()
537 bool LowerSwitch(Function &F, LazyValueInfo *LVI, AssumptionCache *AC) { in LowerSwitch()
599 LazyValueInfo *LVI = &getAnalysis<LazyValueInfoWrapperPass>().getLVI(); in runOnFunction() local
607 LazyValueInfo *LVI = &AM.getResult<LazyValueAnalysis>(F); in run() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h84 LazyValueInfo *LVI = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp206 LiveInterval::const_iterator LVI = CurLI->begin(); in calcLiveBlockInfo() local
314 LiveInterval::iterator LVI = li->begin(); in countLiveBlocks() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp2057 auto &LVI = AM.getResult<LazyValueAnalysis>(F); in run() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp9033 LazyValueInfo *LVI = in getConstantRangeFromLVI() local