| LLVM 22.0.0git
    | 
#include "llvm/CodeGen/ExpandReductions.h"#include "llvm/Analysis/TargetTransformInfo.h"#include "llvm/CodeGen/Passes.h"#include "llvm/IR/IRBuilder.h"#include "llvm/IR/InstIterator.h"#include "llvm/IR/IntrinsicInst.h"#include "llvm/IR/Intrinsics.h"#include "llvm/InitializePasses.h"#include "llvm/Pass.h"#include "llvm/Transforms/Utils/LoopUtils.h"Go to the source code of this file.
| Functions | |
| INITIALIZE_PASS_BEGIN (ExpandReductions, "expand-reductions", "Expand reduction intrinsics", false, false) INITIALIZE_PASS_END(ExpandReductions | |
| Variables | |
| expand | reductions | 
| expand Expand reduction | intrinsics | 
| expand Expand reduction | false | 
| INITIALIZE_PASS_BEGIN | ( | ExpandReductions | , | 
| "expand-reductions" | , | ||
| "Expand reduction intrinsics" | , | ||
| false | , | ||
| false | ) | 
References INITIALIZE_PASS_DEPENDENCY.
Definition at line 180 of file ExpandReductions.cpp.
Definition at line 180 of file ExpandReductions.cpp.
| expand reductions | 
Definition at line 179 of file ExpandReductions.cpp.