Home | History | Annotate | Download | only in crankshaft

Lines Matching defs:HLoopInformation

32 class HLoopInformation;
75 HLoopInformation* loop_information() const { return loop_information_; }
76 HLoopInformation* current_loop() const {
217 HLoopInformation* loop_information_;
277 class HLoopInformation final : public ZoneObject {
279 HLoopInformation(HBasicBlock* loop_header, Zone* zone)
286 ~HLoopInformation() {}
299 bool IsNestedInThisLoop(HLoopInformation* other) {
308 HLoopInformation* parent_loop() {