Searched defs:Partition (Results 1 - 13 of 13) sorted by relevance

/external/llvm/tools/lli/
H A DOrcLazyJIT.h140 std::set<Function*> Partition; local
141 Partition.insert(&F);
142 return Partition;
/external/guava/guava/src/com/google/common/collect/
H A DLists.java656 : new Partition<T>(list, size);
659 private static class Partition<T> extends AbstractList<List<T>> { class in class:Lists
663 Partition(List<T> list, int size) { method in class:Lists.Partition
684 private static class RandomAccessPartition<T> extends Partition<T>
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DLists.java622 : new Partition<T>(list, size);
625 private static class Partition<T> extends AbstractList<List<T>> { class in class:Lists
629 Partition(List<T> list, int size) { method in class:Lists.Partition
650 private static class RandomAccessPartition<T> extends Partition<T>
/external/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h144 CompileOnDemandLayer(BaseLayerT &BaseLayer, PartitioningFtor Partition, argument
148 : BaseLayer(BaseLayer), Partition(Partition),
360 auto Part = Partition(F);
469 PartitioningFtor Partition; member in class:llvm::orc::CompileOnDemandLayer
/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp330 class llvm::sroa::Partition { class in class:llvm::sroa
349 Partition(iterator SI) : SI(SI), SJ(SI) {} function in class:llvm::sroa::Partition
406 Partition> {
411 Partition P;
581 Partition &operator*() { return P; }
1724 static bool isVectorPromotionViableForSlice(Partition &P, const Slice &S,
1800 static VectorType *isVectorPromotionViable(Partition &P, const DataLayout &DL) {
1986 static bool isIntegerWideningViable(Partition &P, Type *AllocaTy,
3816 Partition &P) {
H A DLoopDistribute.cpp261 mergeAdjacentPartitionsIf([&](const InstPartition *Partition) {
262 if (Partition->hasDepCycle())
268 for (auto *Inst : *Partition)
357 for (const auto &Partition : PartitionContainer) {
358 for (Instruction *Inst : Partition) {
427 for (auto &Partition : PartitionContainer)
428 Partition.removeUnusedInsts();
448 int &Partition = PtrToPartitions[I]; local
450 Partition = -2;
455 if (Partition
[all...]
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1205 milliseconds