Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DInterleavedLoadCombinePass.cpp1305 struct InterleavedLoadCombine : public FunctionPass { struct
1306 static char ID;
1308 InterleavedLoadCombine() : FunctionPass(ID) { in InterleavedLoadCombine() function
1312 StringRef getPassName() const override { in getPassName()
1316 bool runOnFunction(Function &F) override { in runOnFunction()
1334 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()