Searched refs:squash (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ssa.cpp46 void squash(int);
109 void DominatorTree::squash(int v) function in class:nv50_ir::DominatorTree
112 squash(ANCESTOR(v));
124 squash(v);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ssa.cpp46 void squash(int);
109 void DominatorTree::squash(int v) function in class:nv50_ir::DominatorTree
112 squash(ANCESTOR(v));
124 squash(v);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
H A Dgit.py361 squash = self.read_git_config('webkit-patch.commit-should-always-squash', cwd=self.checkout_root, executive=self._executive)
362 should_squash = squash and squash.lower() == "true"
365 # Only warn if there are actually multiple commits to squash.
406 # We want to squash all this branch's commits into one commit with the proper description.
407 # We do this by doing a "merge --squash" into a new commit branch, then dcommitting that.

Completed in 80 milliseconds