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 25 class HLoopInformation;
48 HLoopInformation* loop_information() const { return loop_information_; }
49 HLoopInformation* current_loop() const {
190 HLoopInformation* loop_information_;
250 class HLoopInformation final : public ZoneObject {
252 HLoopInformation(HBasicBlock* loop_header, Zone* zone)
259 ~HLoopInformation() {}
272 bool IsNestedInThisLoop(HLoopInformation* other) {
281 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 78 milliseconds