OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FoldPHIArgBinOpIntoPHI
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombine.h
361
Instruction *
FoldPHIArgBinOpIntoPHI
(PHINode &PN);
InstCombinePHI.cpp
21
///
FoldPHIArgBinOpIntoPHI
- If we have something like phi [add (a,b), add(a,c)]
24
Instruction *InstCombiner::
FoldPHIArgBinOpIntoPHI
(PHINode &PN) {
418
// otherwise call
FoldPHIArgBinOpIntoPHI
.
421
return
FoldPHIArgBinOpIntoPHI
(PN);
[
all
...]
Completed in 143 milliseconds