Searched refs:NeedsExtraction (Results 1 – 2 of 2) sorted by relevance
343 int64_t accumulateByteOffset(GetElementPtrInst *GEP, bool &NeedsExtraction);693 bool &NeedsExtraction) { in accumulateByteOffset() argument694 NeedsExtraction = false; in accumulateByteOffset()704 NeedsExtraction = true; in accumulateByteOffset()716 NeedsExtraction = true; in accumulateByteOffset()837 bool NeedsExtraction; in splitGEP() local838 int64_t AccumulativeByteOffset = accumulateByteOffset(GEP, NeedsExtraction); in splitGEP()840 if (!NeedsExtraction) in splitGEP()
1974 bool NeedsExtraction = false; in findBestDAGFor() local1985 NeedsExtraction = true; in findBestDAGFor()1989 if (NeedsExtraction) { in findBestDAGFor()2005 NeedsExtraction = false; in findBestDAGFor()2016 NeedsExtraction = true; in findBestDAGFor()2020 if (NeedsExtraction) { in findBestDAGFor()