Home
last modified time | relevance | path

Searched refs:findPHICopyInsertPoint (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
DPHIEliminationUtils.h21 findPHICopyInsertPoint(MachineBasicBlock* MBB, MachineBasicBlock* SuccMBB,
DPHIEliminationUtils.cpp22 llvm::findPHICopyInsertPoint(MachineBasicBlock* MBB, MachineBasicBlock* SuccMBB, in findPHICopyInsertPoint() function in llvm
DPHIElimination.cpp315 findPHICopyInsertPoint(&opBlock, &MBB, SrcReg); in LowerAtomicPHINode()
DStrongPHIElimination.cpp693 CopyInsertPoint = findPHICopyInsertPoint(PredBB, MBB, SrcReg); in InsertCopiesForPHI()