HomeSort by relevance Sort by last modified time
    Searched defs:HLoopInformation (Results 1 - 2 of 2) sorted by null

  /external/v8/src/crankshaft/
hydrogen.h 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() {
    [all...]
  /art/compiler/optimizing/
nodes.h 764 class HLoopInformation : public ArenaObject<kArenaAllocLoopInfo> {
766 HLoopInformation(HBasicBlock* header, HGraph* graph)
832 void PopulateInnerLoopUpwards(HLoopInformation* inner_loop);
840 bool IsIn(const HLoopInformation& other) const;
882 DISALLOW_COPY_AND_ASSIGN(HLoopInformation);
    [all...]

Completed in 179 milliseconds