Searched defs:sparseSet (Results 1 – 5 of 5) sorted by relevance
10 type sparseSet struct { struct11 dense []ID12 sparse []int3221 func (s *sparseSet) cap() int {25 func (s *sparseSet) size() int {29 func (s *sparseSet) contains(x ID) bool {34 func (s *sparseSet) add(x ID) {43 func (s *sparseSet) addAll(a []ID) {49 func (s *sparseSet) addAllValues(a []*Value) {55 func (s *sparseSet) remove(x ID) {[all …]
75 func canCondSelect(v *Value, arch string, loadAddr *sparseSet) bool {115 func elimIf(f *Func, loadAddr *sparseSet, dom *Block) bool {309 func elimIfElse(f *Func, loadAddr *sparseSet, b *Block) bool {
377 func storeOrder(values []*Value, sset *sparseSet, storeNumber []int32) []*Value {
105 func (c *Cache) freeSparseSet(s *sparseSet) {
421 type sparseSet struct { struct422 dense []ssa.ID423 sparse []int32432 func (s *sparseSet) contains(x ssa.ID) bool {437 func (s *sparseSet) add(x ssa.ID) {446 func (s *sparseSet) clear() {