Home | History | Annotate | Download | only in WebAssembly

Lines Matching defs:Entry

22 /// WebAssembly, provided that all loops are single-entry.
93 // TODO: Implement multiple-entry loops.
94 report_fatal_error("multiple-entry loops are not supported yet");
104 /// Post-order traversal stack entry.
186 POStackEntry &Entry = Stack.back();
187 SmallVectorImpl<MachineBasicBlock *> &Succs = Entry.Succs;
196 MachineBasicBlock &MBB = *Entry.MBB;
220 // function entry block and includes the entire function as a "loop" that
248 "The function entry block shouldn't actually be a loop header");
419 // RPO sorting needs all loops to be single-entry.