Searched defs:GetBlock (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.h606 if (constant == nullptr || constant->GetBlock() == nullptr) {
1901 HBasicBlock* GetBlock() const { return block_; } function in class:art::HInstruction
1908 return IsLoopHeaderPhi() && GetBlock()->GetLoopInformation()->IsIrreducible();
1992 new (GetBlock()->GetGraph()->GetArena()) HUseListNode<HInstruction*>(user, index);
2002 new (GetBlock()->GetGraph()->GetArena()) HUseListNode<HEnvironment*>(user, index);
2084 ArenaAllocator* allocator = GetBlock()->GetGraph()->GetArena();
2095 ArenaAllocator* allocator = GetBlock()->GetGraph()->GetArena();
2194 bool IsSuspendCheckEntry() const { return IsSuspendCheck() && GetBlock()->IsEntryBlock(); }
2569 bool IsCatchPhi() const { return GetBlock()->IsCatchBlock(); }
2596 && other->AsPhi()->GetBlock()
[all...]

Completed in 58 milliseconds