Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp126 static bool processSelect(SelectInst *S, LazyValueInfo *LVI) { in processSelect()
160 static bool simplifyCommonValuePhi(PHINode *P, LazyValueInfo *LVI, in simplifyCommonValuePhi()
212 static bool processPHI(PHINode *P, LazyValueInfo *LVI, DominatorTree *DT, in processPHI()
282 static bool processMemAccess(Instruction *I, LazyValueInfo *LVI) { in processMemAccess()
303 static bool processCmp(CmpInst *Cmp, LazyValueInfo *LVI) { in processCmp()
337 static bool processSwitch(SwitchInst *I, LazyValueInfo *LVI, in processSwitch()
435 static bool willNotOverflow(BinaryOpIntrinsic *BO, LazyValueInfo *LVI) { in willNotOverflow()
495 static void processOverflowIntrinsic(WithOverflowInst *WO, LazyValueInfo *LVI) { in processOverflowIntrinsic()
519 static void processSaturatingInst(SaturatingInst *SI, LazyValueInfo *LVI) { in processSaturatingInst()
538 static bool processCallSite(CallSite CS, LazyValueInfo *LVI) { in processCallSite()
[all …]
DJumpThreading.cpp304 auto LVI = &getAnalysis<LazyValueInfoWrapperPass>().getLVI(); in runOnFunction() local
330 auto &LVI = AM.getResult<LazyValueAnalysis>(F); in run() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DJumpThreading.h79 LazyValueInfo *LVI; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp148 LazyValueInfo *LVI = &getAnalysis<LazyValueInfoWrapperPass>().getLVI(); in runOnFunction() local
443 AssumptionCache *AC, LazyValueInfo *LVI) { in processSwitchInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSplitKit.cpp217 LiveInterval::const_iterator LVI = CurLI->begin(); in calcLiveBlockInfo() local
320 LiveInterval::iterator LVI = li->begin(); in countLiveBlocks() local
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
DLanguageTag.java240 LVI("Latvian", "lav"), enumConstant
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
DLanguageTag.java240 LVI("Latvian", "lav"), enumConstant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLazyValueInfo.cpp2058 auto &LVI = getAnalysis<LazyValueInfoWrapperPass>().getLVI(); in runOnFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp5183 LazyValueInfo *LVI = in getConstantRangeFromLVI() local