Home
last modified time | relevance | path

Searched defs:UseMemorySSA (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DEarlyCSE.h31 EarlyCSEPass(bool UseMemorySSA = false) : UseMemorySSA(UseMemorySSA) {} in UseMemorySSA() function
38 bool UseMemorySSA; member
/freebsd-src/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp1260 isLoopNestPassName(StringRef Name,CallbacksT & Callbacks,bool & UseMemorySSA) isLoopNestPassName() argument
1282 isLoopPassName(StringRef Name,CallbacksT & Callbacks,bool & UseMemorySSA) isLoopPassName() argument
1692 bool UseMemorySSA = (Name == "loop-mssa"); parseFunctionPass() local
1976 bool UseMemorySSA; parsePassPipeline() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp1932 FunctionPass *llvm::createEarlyCSEPass(bool UseMemorySSA) { in createEarlyCSEPass() argument
[all...]