Searched refs:Leaves (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DReassociate.cpp477 // Leaves of the expression are values that either aren't the right kind of
490 // Leaves - Keeps track of the set of putative leaves as well as the number of
493 LeafMap Leaves; // Leaf -> Total weight so far. local
526 LeafMap::iterator It = Leaves.find(Op);
527 if (It == Leaves.end()) {
535 Leaves[Op] = Weight;
539 } else if (It != Leaves.end()) {
560 Leaves.erase(It);
572 Leaves.erase(It); // Since the value may be morphed below.
601 Leaves[O
[all...]
/macosx-10.10/vim-55/runtime/macros/life/
H A Dlife.vim207 " Leaves the cursor on the next character to be processed.

Completed in 204 milliseconds