Searched refs:findPHICopyInsertPoint (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/CodeGen/
H A DPHIEliminationUtils.h16 /// findPHICopyInsertPoint - Find a safe place in MBB to insert a copy from
21 findPHICopyInsertPoint(MachineBasicBlock* MBB, MachineBasicBlock* SuccMBB,
H A DPHIEliminationUtils.cpp22 llvm::findPHICopyInsertPoint(MachineBasicBlock* MBB, MachineBasicBlock* SuccMBB, function in class:llvm
H A DRenameIndependentSubregs.cpp319 llvm::findPHICopyInsertPoint(PredMBB, &MBB, Reg);
H A DPHIElimination.cpp380 findPHICopyInsertPoint(&opBlock, &MBB, SrcReg);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DPHIEliminationUtils.h16 /// findPHICopyInsertPoint - Find a safe place in MBB to insert a copy from
21 findPHICopyInsertPoint(MachineBasicBlock* MBB, MachineBasicBlock* SuccMBB,
H A DPHIEliminationUtils.cpp22 llvm::findPHICopyInsertPoint(MachineBasicBlock* MBB, MachineBasicBlock* SuccMBB, function in class:llvm
H A DPHIElimination.cpp312 findPHICopyInsertPoint(&opBlock, &MBB, SrcReg);
H A DStrongPHIElimination.cpp696 CopyInsertPoint = findPHICopyInsertPoint(PredBB, MBB, SrcReg);

Completed in 1327 milliseconds