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 28 class HLoopInformation;
73 HLoopInformation* loop_information() const { return loop_information_; }
74 HLoopInformation* current_loop() const {
215 HLoopInformation* loop_information_;
275 class HLoopInformation final : public ZoneObject {
277 HLoopInformation(HBasicBlock* loop_header, Zone* zone)
284 ~HLoopInformation() {}
297 bool IsNestedInThisLoop(HLoopInformation* other) {
306 HLoopInformation* parent_loop() {
    [all...]
  /art/compiler/optimizing/
nodes.h 647 class HLoopInformation : public ArenaObject<kArenaAllocLoopInfo> {
649 HLoopInformation(HBasicBlock* header, HGraph* graph)
716 bool IsIn(const HLoopInformation& other) const;
750 DISALLOW_COPY_AND_ASSIGN(HLoopInformation);
864 HLoopInformation* loop_info = GetLoopInformation();
872 loop_information_ = new (graph_->GetArena()) HLoopInformation(this, graph_);
    [all...]

Completed in 108 milliseconds