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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
Sink.cpp 56 bool AllUsesDominatedByBlock(Instruction *Inst, BasicBlock *BB) const;
69 /// AllUsesDominatedByBlock - Return true if all uses of the specified value
71 bool Sinking::AllUsesDominatedByBlock(Instruction *Inst,
217 if (AllUsesDominatedByBlock(Inst, *SI)) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineSink.cpp 90 bool AllUsesDominatedByBlock(unsigned Reg, MachineBasicBlock *MBB,
137 /// AllUsesDominatedByBlock - Return true if all uses of the specified register
142 MachineSinking::AllUsesDominatedByBlock(unsigned Reg,
491 if (!AllUsesDominatedByBlock(Reg, SuccToSinkTo, ParentBlock,
503 if (AllUsesDominatedByBlock(Reg, *SI, ParentBlock,
  /external/llvm/lib/Transforms/Scalar/
Sink.cpp 35 /// AllUsesDominatedByBlock - Return true if all uses of the specified value
37 static bool AllUsesDominatedByBlock(Instruction *Inst, BasicBlock *BB,
134 return AllUsesDominatedByBlock(Inst, SuccToSinkTo, DT);
  /external/llvm/lib/CodeGen/
MachineSink.cpp 129 bool AllUsesDominatedByBlock(unsigned Reg, MachineBasicBlock *MBB,
191 /// AllUsesDominatedByBlock - Return true if all uses of the specified register
196 MachineSinking::AllUsesDominatedByBlock(unsigned Reg,
627 if (!AllUsesDominatedByBlock(Reg, SuccToSinkTo, MBB,
641 if (AllUsesDominatedByBlock(Reg, SuccBlock, MBB,

Completed in 113 milliseconds