Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp71 static bool processSelect(SelectInst *S, LazyValueInfo *LVI) { in processSelect()
94 static bool processPHI(PHINode *P, LazyValueInfo *LVI) { in processPHI()
162 static bool processMemAccess(Instruction *I, LazyValueInfo *LVI) { in processMemAccess()
183 static bool processCmp(CmpInst *C, LazyValueInfo *LVI) { in processCmp()
218 static bool processSwitch(SwitchInst *SI, LazyValueInfo *LVI) { in processSwitch()
298 static bool processCallSite(CallSite CS, LazyValueInfo *LVI) { in processCallSite()
341 static bool hasPositiveOperands(BinaryOperator *SDI, LazyValueInfo *LVI) { in hasPositiveOperands()
351 static bool processSRem(BinaryOperator *SDI, LazyValueInfo *LVI) { in processSRem()
369 static bool processSDiv(BinaryOperator *SDI, LazyValueInfo *LVI) { in processSDiv()
384 static Constant *getConstantAt(Value *V, Instruction *At, LazyValueInfo *LVI) { in getConstantAt()
[all …]
DJumpThreading.cpp123 auto LVI = &getAnalysis<LazyValueInfoWrapperPass>().getLVI(); in runOnFunction() local
140 auto &LVI = AM.getResult<LazyValueAnalysis>(F); in run() local
/external/llvm/include/llvm/Transforms/Scalar/
DJumpThreading.h61 LazyValueInfo *LVI; variable
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp34 LazyValueInfo *LVI; member in __anonc1e51d840111::CorrelatedValuePropagation
DJumpThreading.cpp78 LazyValueInfo *LVI; member in __anonf16288b00111::JumpThreading
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSplitKit.cpp155 LiveInterval::const_iterator LVI = CurLI->begin(); in calcLiveBlockInfo() local
257 LiveInterval::iterator LVI = li->begin(); in countLiveBlocks() local
DMachineVerifier.cpp1008 for (LiveIntervals::const_iterator LVI = LiveInts->begin(), in verifyLiveIntervals() local
/external/llvm/lib/CodeGen/
DSplitKit.cpp192 LiveInterval::const_iterator LVI = CurLI->begin(); in calcLiveBlockInfo() local
295 LiveInterval::iterator LVI = li->begin(); in countLiveBlocks() local
/external/llvm/lib/Transforms/Utils/
DLocal.cpp1550 bool llvm::removeUnreachableBlocks(Function &F, LazyValueInfo *LVI) { in removeUnreachableBlocks()