OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hoistCommonInsts
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
SimplifyCFGOptions.h
28
bool
HoistCommonInsts
= false;
52
SimplifyCFGOptions &
hoistCommonInsts
(bool B) {
53
HoistCommonInsts
= B;
/src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BPFTargetMachine.cpp
116
SimplifyCFGOptions().
hoistCommonInsts
(true)));
135
FPM.addPass(SimplifyCFGPass(SimplifyCFGOptions().
hoistCommonInsts
(true)));
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
PassManagerBuilder.cpp
516
SimplifyCFGOptions().
hoistCommonInsts
(true).sinkCommonInsts(true)));
573
.
hoistCommonInsts
(true)));
588
.
hoistCommonInsts
(true)
1142
createCFGSimplificationPass(SimplifyCFGOptions().
hoistCommonInsts
(true)));
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMTargetMachine.cpp
412
SimplifyCFGOptions().
hoistCommonInsts
(true).sinkCommonInsts(true),
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonTargetMachine.cpp
347
.
hoistCommonInsts
(true)
/src/external/apache2/llvm/dist/llvm/lib/Passes/
PassBuilder.cpp
852
SimplifyCFGOptions().
hoistCommonInsts
(true).sinkCommonInsts(true)));
1250
FPM.addPass(SimplifyCFGPass(SimplifyCFGOptions().
hoistCommonInsts
(true)));
1265
.
hoistCommonInsts
(true)
1892
SimplifyCFGPass(SimplifyCFGOptions().
hoistCommonInsts
(true))));
2188
Result.
hoistCommonInsts
(Enable);
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64TargetMachine.cpp
472
.
hoistCommonInsts
(true)
Completed in 34 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026