HomeSort by relevance Sort by last modified time
    Searched defs:Pairs (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LoopDependenceAnalysis.h 113 FoldingSet<DependencePair> Pairs;
  /external/lzma/CPP/Common/
Wildcard.h 131 CObjectVector<CPair> Pairs;
136 { return (Pairs.Size() == 1 && Pairs.Front().Prefix.IsEmpty()); }
  /external/spirv-llvm/lib/SPIRV/
SPIRVWriter.cpp     [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVInstruction.h 831 Pairs = getIds(ThePairs);
837 return getValues(Pairs);
840 Pairs.push_back(Value->getId());
841 Pairs.push_back(BB->getId());
842 WordCount = Pairs.size() + FixedWordCount;
846 Pairs = getIds(ThePairs);
847 WordCount = Pairs.size() + FixedWordCount;
852 for (size_t I = 0, E = Pairs.size()/2; I != E; ++I) {
854 if (!Module->exist(Pairs[2*I], &Value) ||
855 !Module->exist(Pairs[2*I+1], &BB)
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 37 // Some non-linear subscript pairs can be handled by the GCD test
77 STATISTIC(TotalArrayPairs, "Array pairs tested");
78 STATISTIC(SeparableSubscriptPairs, "Separable subscript pairs");
79 STATISTIC(CoupledSubscriptPairs, "Coupled subscript pairs");
80 STATISTIC(NonlinearSubscriptPairs, "Nonlinear subscript pairs");
777 void DependenceInfo::unifySubscriptType(ArrayRef<Subscript *> Pairs) {
784 for (Subscript *Pair : Pairs) {
809 for (Subscript *Pair : Pairs) {
    [all...]

Completed in 573 milliseconds