Lines Matching full:possible
170 /// IsPotentialUse - Test whether the given value is possible a
858 // TODO: It should be possible to delete
866 // know how to split edges. It should be possible to make the optimizer
876 // TODO: Sink autorelease calls as far as possible. Unfortunately we
1331 /// GetAllPathCount - Return the number of possible unique paths from an
2124 // If any top-down local-use or possible-dec has a succ which is earlier in
2298 // Consider any other possible effects of this instruction on each
2308 // Check for possible retains and releases.
2330 // Check for possible direct uses.
2340 // Non-movable releases depend on any possible objc pointer use.
2470 // Consider any other possible effects of this instruction on each
2480 // Check for possible releases.
2508 // Check for possible direct uses.
2661 // regardless of what possible decrements or uses lie between them.
2665 // is already incremented, we can similarly ignore possible decrements.
2765 // It's not possible to merge the sequences if one uses
2801 // TODO: It's theoretically possible to do code motion in this case, as