Searched defs:end (Results 101 - 101 of 101) sorted by relevance

12345

/art/compiler/optimizing/
H A Dnodes.h532 if (cached_constant != cache->end()) {
1003 // graph, create a Goto at the end of the former block and will create an edge
1018 // Merge `other` at the end of `this`. Successors and dominated blocks of
1032 // Merge `other` at the end of `this`. This method updates loops, reverse post
1134 void SetLifetimeEnd(size_t end) { lifetime_end_ = end; } argument
1954 // to the end of the out-of-loop common dominator of the user's blocks.
2096 if (next != uses_.end()) {
2116 if (next != env_uses_.end()) {
2724 // Abstract instruction which marks the beginning and/or end o
[all...]

Completed in 1869 milliseconds

12345