HomeSort by relevance Sort by last modified time
    Searched refs:DLP (Results 26 - 44 of 44) sorted by null

12

  /external/llvm/lib/Transforms/Scalar/
LoopRerollPass.cpp     [all...]
MemCpyOptimizer.cpp     [all...]
Scalarizer.cpp 244 DataLayoutPass *DLP = getAnalysisIfAvailable<DataLayoutPass>();
245 DL = DLP ? &DLP->getDataLayout() : nullptr;
IndVarSimplify.cpp     [all...]
JumpThreading.cpp 156 DataLayoutPass *DLP = getAnalysisIfAvailable<DataLayoutPass>();
157 DL = DLP ? &DLP->getDataLayout() : nullptr;
    [all...]
GVN.cpp     [all...]
ScalarReplAggregates.cpp     [all...]
SROA.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 795 DataLayoutPass *DLP = getAnalysisIfAvailable<DataLayoutPass>();
796 DL = DLP ? &DLP->getDataLayout() : nullptr;
    [all...]
  /external/llvm/lib/Analysis/
MemoryDependenceAnalysis.cpp 91 DataLayoutPass *DLP = getAnalysisIfAvailable<DataLayoutPass>();
92 DL = DLP ? &DLP->getDataLayout() : nullptr;
    [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp     [all...]
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 392 DataLayoutPass *DLP = getAnalysisIfAvailable<DataLayoutPass>();
393 if (!DLP)
395 DL = &DLP->getDataLayout();
    [all...]
MemorySanitizer.cpp 415 DataLayoutPass *DLP = getAnalysisIfAvailable<DataLayoutPass>();
416 if (!DLP)
418 DL = &DLP->getDataLayout();
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 209 DataLayoutPass *DLP = P->getAnalysisIfAvailable<DataLayoutPass>();
210 DL = DLP ? &DLP->getDataLayout() : nullptr;
445 DataLayoutPass *DLP = getAnalysisIfAvailable<DataLayoutPass>();
446 DL = DLP ? &DLP->getDataLayout() : nullptr;
    [all...]
SLPVectorizer.cpp     [all...]
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]

Completed in 740 milliseconds

12