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

  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombine.h 340 // FoldPHIArgOpIntoPHI - If all operands to a PHI node are the same "unary"
343 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...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 392 /// FoldPHIArgOpIntoPHI() about pessimizing illegal integer types.
444 // variable operand are handled by FoldPHIArgOpIntoPHI() and FoldOpIntoPhi()
467 Instruction *InstCombiner::FoldPHIArgOpIntoPHI(PHINode &PN) {
    [all...]
InstCombineInternal.h 551 Instruction *FoldPHIArgOpIntoPHI(PHINode &PN);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 648 /// FoldPHIArgOpIntoPHI() about pessimizing illegal integer types.
700 // variable operand are handled by FoldPHIArgOpIntoPHI() and foldOpIntoPhi()
723 Instruction *InstCombiner::FoldPHIArgOpIntoPHI(PHINode &PN) {
    [all...]
InstCombineInternal.h 792 Instruction *FoldPHIArgOpIntoPHI(PHINode &PN);
    [all...]

Completed in 281 milliseconds