Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp145 struct FusionCandidate { struct
151 BasicBlock *Preheader;
153 BasicBlock *Header;
155 BasicBlock *ExitingBlock;
157 BasicBlock *ExitBlock;
159 BasicBlock *Latch;
161 Loop *L;
163 SmallVector<Instruction *, 16> MemReads;
165 SmallVector<Instruction *, 16> MemWrites;
167 bool Valid;
[all …]