Home
last modified time | relevance | path

Searched defs:NumLoops (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/IPO/
DLoopExtractor.h24 LoopExtractorPass(unsigned NumLoops = ~0) : NumLoops(NumLoops) {} in NumLoops() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
DLoopExtractor.cpp39 unsigned NumLoops; member
71 unsigned NumLoops; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLoopExtractor.cpp41 unsigned NumLoops; member
/external/llvm/lib/Transforms/IPO/
DLoopExtractor.cpp39 unsigned NumLoops; member
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_descriptor.h448 inline size_t NumLoops() const { return loops_.size(); } in NumLoops() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_descriptor.h448 inline size_t NumLoops() const { return loops_.size(); } in NumLoops() function
/external/angle/third_party/spirv-tools/src/source/opt/
Dloop_descriptor.h448 inline size_t NumLoops() const { return loops_.size(); } in NumLoops() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMustExecute.cpp441 const auto NumLoops = Loops.size(); in printInfoComment() local
DInlineCost.cpp551 int NumLoops = 0; in finalizeAnalysis() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DMustExecute.cpp456 const auto NumLoops = Loops.size(); in printInfoComment() local
DInlineCost.cpp917 int NumLoops = 0; in finalizeAnalysis() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp2616 size_t NumLoops = Loops.size(); in collapseLoops() local
2745 int NumLoops = Loops.size(); in tileLoops() local
3497 InsertPointTy AllocaIP, unsigned NumLoops, in createOrderedDepend()