Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblySortRegion.h40 virtual bool isLoop() const = 0;
56 bool isLoop() const override { return false; } in isLoop() function
H A DWebAssemblySortRegion.cpp11 bool ConcreteSortRegion<MachineLoop>::isLoop() const { in isLoop() function in llvm::WebAssembly::ConcreteSortRegion
46 if (R->isLoop()) in getBottom()
H A DWebAssemblyCFGSort.cpp348 if (Region->isLoop()) { in sortBlocks()
/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/Transforms/
H A DBufferOptimizations.cpp89 if (BufferPlacementTransformationBase::isLoop(parentOp) || in hasAllocationScope()
265 return !BufferPlacementTransformationBase::isLoop(op); in isLegalPlacement()
301 return BufferPlacementTransformationBase::isLoop(op) && in isLegalPlacement()
H A DBufferUtils.cpp102 bool BufferPlacementTransformationBase::isLoop(Operation *op) { in isLoop() function in BufferPlacementTransformationBase
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Bufferization/Transforms/
H A DBufferUtils.h107 static bool isLoop(Operation *op);
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractFunction.cpp559 bool isLoop(const Stmt *S) { in isLoop() function
600 if (isLoop(S)) in captureZoneInfo()
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp1703 bool isLoop = continueBlock != nullptr; in structurize() local
1704 if (isLoop) { in structurize()
1792 if (isLoop) { in structurize()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1004 static bool isLoop(const Stmt *Term) { in isLoop() function
1284 if (isLoop(Term)) { in generatePathDiagnosticsForNode()