Home
last modified time | relevance | path

Searched refs:StrongPHIElim (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetOptions.h154 extern bool StrongPHIElim;
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetMachine.cpp47 bool StrongPHIElim; variable
168 cl::location(StrongPHIElim),
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocBasic.cpp160 if (StrongPHIElim) in getAnalysisUsage()
DRegAllocGreedy.cpp331 if (StrongPHIElim) in getAnalysisUsage()
DRegAllocLinearScan.cpp207 if (StrongPHIElim) in getAnalysisUsage()
DLiveIntervalAnalysis.cpp81 if (!StrongPHIElim) { in INITIALIZE_PASS_DEPENDENCY()