HomeSort by relevance Sort by last modified time
    Searched refs:FoldPHIArgBinOpIntoPHI (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 359 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 45 milliseconds