Home
last modified time | relevance | path

Searched defs:InterleavedLoadCombine (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp1309 struct InterleavedLoadCombine : public FunctionPass { struct
1310 static char ID;
1312 InterleavedLoadCombine() : FunctionPass(ID) { in InterleavedLoadCombine() argument
1316 StringRef getPassName() const override { in getPassName()
1320 bool runOnFunction(Function &F) override { in runOnFunction()
1338 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()