Searched defs:Loop (Results 1 – 25 of 130) sorted by relevance
123456
/llvm-project/clang/test/CodeGenObjC/ |
H A D | objc2-weak-ivar-debug.m | 6 @interface Loop { interface 12 @implementation Loop @end implementation
|
/llvm-project/libc/benchmarks/automemcpy/include/automemcpy/ |
H A D | FunctionDescriptor.h |
|
/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | LoopPredication.h | 23 class Loop; variable
|
H A D | LoopSimplifyCFG.h | 25 class Loop; variable
|
H A D | LoopInstSimplify.h | 21 class Loop; variable
|
H A D | LoopStrengthReduce.h | 29 class Loop; variable
|
H A D | LoopVersioningLICM.h | 17 class Loop; variable
|
H A D | LoopBoundSplit.h | 17 class Loop; variable
|
H A D | LoopDeletion.h | 21 class Loop; variable
|
H A D | LoopRotation.h | 21 class Loop; variable
|
H A D | GuardWidening.h | 24 class Loop; variable
|
H A D | IndVarSimplify.h | 22 class Loop; variable
|
H A D | IVUsersPrinter.h | 17 class Loop; variable
|
H A D | LoopIdiomRecognize.h | 23 class Loop; variable
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorLoopCarriedReuse.h | 125 class Loop; variable
|
/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | CanonicalizeFreezeInLoops.h | 20 class Loop; variable
|
H A D | LoopSimplify.h | 47 class Loop; variable
|
H A D | LoopRotationUtils.h | 20 class Loop; variable
|
/llvm-project/clang/lib/AST/ |
H A D | StmtOpenACC.cpp | 83 ArrayRef<const OpenACCClause *> Clauses, Stmt *Loop) { in OpenACCLoopConstruct() argument 99 setLoop(Stmt * Loop) setLoop() argument 118 Create(const ASTContext & C,SourceLocation BeginLoc,SourceLocation DirLoc,SourceLocation EndLoc,ArrayRef<const OpenACCClause * > Clauses,Stmt * Loop) Create() argument [all...] |
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | DDGPrinter.h | 23 class Loop; variable
|
H A D | ScalarEvolutionNormalization.h | 43 class Loop; variable
|
H A D | Loads.h | 27 class Loop; variable
|
/llvm-project/mlir/include/mlir/Dialect/Bufferization/IR/ |
H A D | AllocationOpInterface.h | 23 Loop = 1 << 0, // Indicates loop hoisting kind enumerator
|
/llvm-project/polly/include/polly/ |
H A D | PolyhedralInfo.h | 25 class Loop; variable
|
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
H A D | AvoidGotoCheck.cpp | 30 auto Loop = mapAnyOf(forStmt, cxxForRangeStmt, whileStmt, doStmt); in registerMatchers() local
|
123456