Home
last modified time | relevance | path

Searched refs:NeedsExtraction (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp343 int64_t accumulateByteOffset(GetElementPtrInst *GEP, bool &NeedsExtraction);
693 bool &NeedsExtraction) { in accumulateByteOffset() argument
694 NeedsExtraction = false; in accumulateByteOffset()
704 NeedsExtraction = true; in accumulateByteOffset()
716 NeedsExtraction = true; in accumulateByteOffset()
837 bool NeedsExtraction; in splitGEP() local
838 int64_t AccumulativeByteOffset = accumulateByteOffset(GEP, NeedsExtraction); in splitGEP()
840 if (!NeedsExtraction) in splitGEP()
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp1974 bool NeedsExtraction = false; in findBestDAGFor() local
1985 NeedsExtraction = true; in findBestDAGFor()
1989 if (NeedsExtraction) { in findBestDAGFor()
2005 NeedsExtraction = false; in findBestDAGFor()
2016 NeedsExtraction = true; in findBestDAGFor()
2020 if (NeedsExtraction) { in findBestDAGFor()