Searched refs:region_end (Results 1 – 5 of 5) sorted by relevance
32 atomic_uintptr_t region_end; variable39 uptr end = atomic_load(®ion_end, memory_order_acquire); in tryAlloc()60 atomic_store(®ion_end, mem + allocsz, memory_order_release); in alloc()
576 __u64 region_end; /* available since kernel version 2.6.36 */ member
1592 void ScheduleRegion(BasicBlock* block, Node* region_end) { in ScheduleRegion() argument1598 CHECK_EQ(IrOpcode::kFinishRegion, region_end->opcode()); in ScheduleRegion()1599 ScheduleNode(block, region_end); in ScheduleRegion()1602 Node* node = NodeProperties::GetEffectInput(region_end); in ScheduleRegion()1611 node == region_end->InputAt(0)); in ScheduleRegion()
549 region_iterator region_end() const { return RegionRoots.end(); } in region_end() function
2422 E = SymReaper.region_end(); I != E; ++I) { in removeDeadBindings()