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

  /external/v8/src/
hydrogen.h 27 class HLoopInformation;
50 HLoopInformation* loop_information() const { return loop_information_; }
51 HLoopInformation* current_loop() const {
196 HLoopInformation* loop_information_;
256 class HLoopInformation FINAL : public ZoneObject {
258 HLoopInformation(HBasicBlock* loop_header, Zone* zone)
265 ~HLoopInformation() {}
278 bool IsNestedInThisLoop(HLoopInformation* other) {
287 HLoopInformation* parent_loop() {
    [all...]
  /art/compiler/optimizing/
nodes.h 386 class HLoopInformation : public ArenaObject<kArenaAllocMisc> {
388 HLoopInformation(HBasicBlock* header, HGraph* graph)
462 bool IsIn(const HLoopInformation& other) const;
478 DISALLOW_COPY_AND_ASSIGN(HLoopInformation);
527 loop_information_ = new (graph_->GetArena()) HLoopInformation(this, graph_);
709 HLoopInformation* GetLoopInformation() const {
716 void SetInLoop(HLoopInformation* info) {
734 void SetLoopInformation(HLoopInformation* info) {
764 HLoopInformation* loop_information_;
794 HLoopInformation* Current() const
    [all...]

Completed in 118 milliseconds