HomeSort by: relevance | last modified time | path
    Searched refs:computeLiveIns (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LivePhysRegs.h 178 void computeLiveIns(LivePhysRegs &LiveRegs, const MachineBasicBlock &MBB);
187 /// Convenience function combining computeLiveIns() and addLiveIns().
RDFLiveness.h 117 void computeLiveIns();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LivePhysRegs.cpp 242 void llvm::computeLiveIns(LivePhysRegs &LiveRegs,
337 computeLiveIns(LiveRegs, MBB);
RDFLiveness.cpp 739 void Liveness::computeLiveIns() {
BranchFolding.cpp 847 computeLiveIns(NewLiveIns, *MBB);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonRDFOpt.cpp 328 LV.computeLiveIns();
HexagonOptAddrMode.cpp 815 L.computeLiveIns();

Completed in 33 milliseconds