Home
last modified time | relevance | path

Searched refs:isLoop (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblySortRegion.cpp11 bool ConcreteSortRegion<MachineLoop>::isLoop() const { in isLoop() function in llvm::WebAssembly::ConcreteSortRegion
46 if (R->isLoop()) in getBottom()
DWebAssemblySortRegion.h40 virtual bool isLoop() const = 0;
56 bool isLoop() const override { return false; } in isLoop() function
DWebAssemblyCFGSort.cpp320 if (Region->isLoop()) { in sortBlocks()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyCFGSort.cpp56 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/
DBufferOptimizations.cpp89 if (BufferPlacementTransformationBase::isLoop(parentOp) || in hasAllocationScope()
248 return !BufferPlacementTransformationBase::isLoop(op); in isLegalPlacement()
279 return BufferPlacementTransformationBase::isLoop(op) && in isLegalPlacement()
DBufferUtils.cpp116 bool BufferPlacementTransformationBase::isLoop(Operation *op) { in isLoop() function in BufferPlacementTransformationBase
/external/llvm/lib/Analysis/
DInterval.cpp29 bool Interval::isLoop() const { in isLoop() function in Interval
/external/llvm-project/llvm/lib/Analysis/
DInterval.cpp26 bool Interval::isLoop() const { in isLoop() function in Interval
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInterval.cpp26 bool Interval::isLoop() const { in isLoop() function in Interval
/external/llvm-project/mlir/include/mlir/Transforms/
DBufferUtils.h106 static bool isLoop(Operation *op);
/external/llvm/include/llvm/Analysis/
DInterval.h97 bool isLoop() const;
/external/llvm-project/llvm/include/llvm/Analysis/
DInterval.h93 bool isLoop() const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DInterval.h93 bool isLoop() const;
/external/swiftshader/src/Shader/
DShader.cpp1117 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()
DShader.hpp513 bool isLoop() const;
/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
DExtractFunction.cpp475 bool isLoop(const Stmt *S) { in isLoop() function
516 if (isLoop(S)) in captureZoneInfo()
/external/llvm-project/mlir/lib/Dialect/SPIRV/Serialization/
DDeserializer.cpp2020 bool isLoop = continueBlock != nullptr; in structurizeImpl() local
2021 if (isLoop) { in structurizeImpl()
2102 if (isLoop) { in structurizeImpl()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1298 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/
DBugReporter.cpp1001 static bool isLoop(const Stmt *Term) { in isLoop() function
1276 if (isLoop(Term)) { in generatePathDiagnosticsForNode()