OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SimpleVal
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp
677
Value *
SimpleVal
= ConstantFoldInstruction(I, TD);
678
if (
SimpleVal
) {
679
I->replaceAllUsesWith(
SimpleVal
);
681
Condition =
SimpleVal
;
[
all
...]
GVN.cpp
[
all
...]
Completed in 723 milliseconds