Searched refs:FoldPHIArgOpIntoPHI (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp388 /// FoldPHIArgOpIntoPHI - If all operands to a PHI node are the same "unary"
391 Instruction *InstCombiner::FoldPHIArgOpIntoPHI(PHINode &PN) { function in class:InstCombiner
803 if (Instruction *Result = FoldPHIArgOpIntoPHI(PN))
H A DInstCombine.h372 // FoldPHIArgOpIntoPHI - If all operands to a PHI node are the same "unary"
375 Instruction *FoldPHIArgOpIntoPHI(PHINode &PN);

Completed in 67 milliseconds