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/ |
D | CorrelatedValuePropagation.cpp | 126 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 …]
|
D | JumpThreading.cpp | 304 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/ |
D | JumpThreading.h | 79 LazyValueInfo *LVI; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LowerSwitch.cpp | 148 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/ |
D | SplitKit.cpp | 217 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/ |
D | LanguageTag.java | 240 LVI("Latvian", "lav"), enumConstant
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
D | LanguageTag.java | 240 LVI("Latvian", "lav"), enumConstant
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 2058 auto &LVI = getAnalysis<LazyValueInfoWrapperPass>().getLVI(); in runOnFunction() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | Attributor.cpp | 5183 LazyValueInfo *LVI = in getConstantRangeFromLVI() local
|