Home
last modified time | relevance | path

Searched refs:CommonLevels (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp258 unsigned CommonLevels) in FullDependence() argument
259 : Dependence(Source, Destination), Levels(CommonLevels), in FullDependence()
262 if (CommonLevels) in FullDependence()
263 DV = std::make_unique<DVEntry[]>(CommonLevels); in FullDependence()
765 CommonLevels = SrcLevel; in establishNestingLevels()
766 MaxLevels -= CommonLevels; in establishNestingLevels()
781 if (D > CommonLevels) in mapDstLoop()
782 return D - CommonLevels + SrcLevels; in mapDstLoop()
806 if (Level <= CommonLevels && !SE->isLoopInvariant(Expression, LoopNest)) in collectCommonLoops()
1155 assert(0 < Level && Level <= CommonLevels && "level out of range"); in strongSIVtest()
[all …]
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dtv.js221 const CommonLevels = { variable
1839 args[len - 1].call(this, paramMock.businessErrorMock, CommonLevels);
1842 resolve(CommonLevels);
1863 args[len - 1].call(this, paramMock.businessErrorMock, CommonLevels);
1866 resolve(CommonLevels);
1911 args[len - 1].call(this, paramMock.businessErrorMock, CommonLevels);
1914 resolve(CommonLevels);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDependenceAnalysis.h511 unsigned CommonLevels, SrcLevels, MaxLevels; variable