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

  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 357 // FoldPHIArgOpIntoPHI - If all operands to a PHI node are the same "unary"
360 Instruction *FoldPHIArgOpIntoPHI(PHINode &PN);
InstCombinePHI.cpp 388 /// FoldPHIArgOpIntoPHI - If all operands to a PHI node are the same "unary"
391 Instruction *InstCombiner::FoldPHIArgOpIntoPHI(PHINode &PN) {
807 if (Instruction *Result = FoldPHIArgOpIntoPHI(PN))
    [all...]

Completed in 32 milliseconds