/external/llvm-project/llvm/lib/Target/WebAssembly/ |
D | WebAssemblySortRegion.cpp | 11 bool ConcreteSortRegion<MachineLoop>::isLoop() const { in isLoop() function in llvm::WebAssembly::ConcreteSortRegion 46 if (R->isLoop()) in getBottom()
|
D | WebAssemblySortRegion.h | 40 virtual bool isLoop() const = 0; 56 bool isLoop() const override { return false; } in isLoop() function
|
D | WebAssemblyCFGSort.cpp | 320 if (Region->isLoop()) { in sortBlocks()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyCFGSort.cpp | 56 virtual bool isLoop() const = 0; 72 bool isLoop() const override { return false; } in isLoop() function in __anon3a09cf740111::ConcreteRegion 75 template <> bool ConcreteRegion<MachineLoop>::isLoop() const { return true; } in isLoop() function in __anon3a09cf740111::ConcreteRegion 371 if (Region->isLoop()) { in sortBlocks()
|
/external/llvm-project/mlir/lib/Transforms/ |
D | BufferOptimizations.cpp | 89 if (BufferPlacementTransformationBase::isLoop(parentOp) || in hasAllocationScope() 248 return !BufferPlacementTransformationBase::isLoop(op); in isLegalPlacement() 279 return BufferPlacementTransformationBase::isLoop(op) && in isLegalPlacement()
|
D | BufferUtils.cpp | 116 bool BufferPlacementTransformationBase::isLoop(Operation *op) { in isLoop() function in BufferPlacementTransformationBase
|
/external/llvm/lib/Analysis/ |
D | Interval.cpp | 29 bool Interval::isLoop() const { in isLoop() function in Interval
|
/external/llvm-project/llvm/lib/Analysis/ |
D | Interval.cpp | 26 bool Interval::isLoop() const { in isLoop() function in Interval
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | Interval.cpp | 26 bool Interval::isLoop() const { in isLoop() function in Interval
|
/external/llvm-project/mlir/include/mlir/Transforms/ |
D | BufferUtils.h | 106 static bool isLoop(Operation *op);
|
/external/llvm/include/llvm/Analysis/ |
D | Interval.h | 97 bool isLoop() const;
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | Interval.h | 93 bool isLoop() const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | Interval.h | 93 bool isLoop() const;
|
/external/swiftshader/src/Shader/ |
D | Shader.cpp | 1117 bool Shader::Instruction::isLoop() const in isLoop() function in sw::Shader::Instruction 1692 if(instruction[i]->isBranch() || instruction[i]->isLoop()) in analyzeDynamicBranching() 1719 …if(instruction[i]->isLoop() || instruction[i]->opcode == OPCODE_SWITCH) // Nested loop or switch… in analyzeDynamicBranching() 1744 …if(instruction[i]->isLoop() || instruction[i]->opcode == OPCODE_SWITCH) // Nested loop or switch… in analyzeDynamicBranching() 1769 if(instruction[l]->isLoop()) in analyzeDynamicBranching()
|
D | Shader.hpp | 513 bool isLoop() const;
|
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
D | ExtractFunction.cpp | 475 bool isLoop(const Stmt *S) { in isLoop() function 516 if (isLoop(S)) in captureZoneInfo()
|
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/ |
D | Deserializer.cpp | 2020 bool isLoop = continueBlock != nullptr; in structurizeImpl() local 2021 if (isLoop) { in structurizeImpl() 2102 if (isLoop) { in structurizeImpl()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 1298 static bool isLoop(const Stmt *Term) { in isLoop() function 1320 if (!isLoop(Term)) in isLoopJumpPastBody() 1813 if (isLoop(Term)) { in GenerateAlternateExtensivePathDiagnostic()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 1001 static bool isLoop(const Stmt *Term) { in isLoop() function 1276 if (isLoop(Term)) { in generatePathDiagnosticsForNode()
|