Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp1307 struct InterleavedLoadCombine : public FunctionPass { struct
1308 static char ID;
1310 InterleavedLoadCombine() : FunctionPass(ID) { in InterleavedLoadCombine() function
1314 StringRef getPassName() const override { in getPassName()
1318 bool runOnFunction(Function &F) override { in runOnFunction()
1337 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()