Searched refs:Sparse (Results 1 – 16 of 16) sorted by relevance
132 SparseT *Sparse = nullptr;147 ~SparseSet() { free(Sparse); }162 free(Sparse);166 Sparse = static_cast<SparseT*>(safe_calloc(U, sizeof(SparseT)));207 for (unsigned i = Sparse[Idx], e = size(); i < e; i += Stride) {257 Sparse[Idx] = size();294 Sparse[BackIdx] = I - begin();
123 SparseT *Sparse = nullptr; variable195 ~SparseMultiSet() { free(Sparse); } in ~SparseMultiSet()209 free(Sparse); in setUniverse()213 Sparse = static_cast<SparseT*>(safe_calloc(U, sizeof(SparseT))); in setUniverse()357 for (unsigned i = Sparse[Idx], e = Dense.size(); i < e; i += Stride) { in findIndex()427 Sparse[Idx] = NodeIdx; in insert()498 Sparse[sparseIndex(N)] = N.Next; in unlink()
42 bool Sparse;63 InstrProfWriter(bool Sparse = false);150 void setOutputSparse(bool Sparse);
174 InstrProfWriter::InstrProfWriter(bool Sparse) in InstrProfWriter() argument175 : Sparse(Sparse), InfoObj(new InstrProfRecordWriterTrait()) {} in InstrProfWriter()185 void InstrProfWriter::setOutputSparse(bool Sparse) { in setOutputSparse() argument186 this->Sparse = Sparse; in setOutputSparse()313 if (!Sparse) in shouldEncodeData()
114 if (*$self->{ZipData}{Sparse} ) {117 my $sparse = *$self->{ZipData}{Sparse} ;685 *$self->{ZipData}{Sparse} = $got->getValue('sparse') ;701 return 1 if *$self->{ZipData}{Sparse} ;
2605 unsigned SparseUniverse = Sparse.size(); in filterAndAdd()2614 if (Index < SparseUniverse && Sparse.test(Index)) in filterAndAdd()2631 Sparse.resize(NewSparseUniverse); in filterAndAdd()2637 Sparse.set(Index); in filterAndAdd()2655 BitVector Sparse; member
123 …BISECT: running pass (5) Interprocedural Sparse Conditional Constant Propagation on module (test.l…
295 Sparse Conditional Constant Propagation
659 ``-ipsccp``: Interprocedural Sparse Conditional Constant Propagation662 An interprocedural variant of :ref:`Sparse Conditional Constant Propagation1012 ``-sccp``: Sparse Conditional Constant Propagation1015 Sparse conditional constant propagation and merging, which can be summarized
904 Sparse Conditional Constant Propagation, Inlining, Loop Invariant Code Motion,
37 D: Sparse bitmap
547 The code and data areas are each contiguous. Sparse programs with
720 0 lelong 0x02468ace Bochs Sparse disk image
801 // Sparse texture support requires that all result registers are zeroed when
4257 Perform Sparse Conditional Constant Propagation in SSA form. Requires