Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDInterleavedLoadCombinePass.cpp1304 struct InterleavedLoadCombine : public FunctionPass { struct
1305 static char ID;
1307 InterleavedLoadCombine() : FunctionPass(ID) { in InterleavedLoadCombine() function
1311 StringRef getPassName() const override { in getPassName()
1315 bool runOnFunction(Function &F) override { in runOnFunction()
1333 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()