Searched defs:FusionCandidate (Results 1 – 1 of 1) sorted by relevance
145 struct FusionCandidate { struct151 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 …]