OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConstantFoldTerminator
(Results
1 - 7
of
7
) sorted by null
/external/llvm/include/llvm/Transforms/Utils/
Local.h
42
///
ConstantFoldTerminator
- If a terminator instruction is predicated on a
49
bool
ConstantFoldTerminator
(BasicBlock *BB, bool DeleteDeadConditions = false);
/external/llvm/lib/Transforms/Scalar/
SimplifyCFGPass.cpp
166
Changed |=
ConstantFoldTerminator
(BB, true);
CodeGenPrepare.cpp
150
MadeChange |=
ConstantFoldTerminator
(BB, true);
[
all
...]
JumpThreading.cpp
711
ConstantFoldTerminator
(BB, true);
[
all
...]
SCCP.cpp
[
all
...]
/external/llvm/lib/Transforms/Utils/
Local.cpp
48
///
ConstantFoldTerminator
- If a terminator instruction is predicated on a
55
bool llvm::
ConstantFoldTerminator
(BasicBlock *BB, bool DeleteDeadConditions) {
[
all
...]
SimplifyCFG.cpp
[
all
...]
Completed in 264 milliseconds