Searched refs:GetValueInMiddleOfBlock (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineSSAUpdater.h79 /// GetValueInMiddleOfBlock - Construct SSA form, materializing a value that
84 /// GetValueInMiddleOfBlock is the same as GetValueAtEndOfBlock except in one
99 Register GetValueInMiddleOfBlock(MachineBasicBlock *BB,
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdater.h91 /// \c GetValueInMiddleOfBlock is the same as \c GetValueAtEndOfBlock except
108 Value *GetValueInMiddleOfBlock(BasicBlock *BB);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp98 Value *SSAUpdater::GetValueInMiddleOfBlock(BasicBlock *BB) { function in class:SSAUpdater
195 V = GetValueInMiddleOfBlock(User->getParent());
484 Value *NewVal = SSA.GetValueInMiddleOfBlock(ALoad->getParent());
H A DLoopRotationUtils.cpp179 NewVal = SSA.GetValueInMiddleOfBlock(UserBB);
202 NewVal = SSA.GetValueInMiddleOfBlock(UserBB);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp128 /// GetValueInMiddleOfBlock - Construct SSA form, materializing a value that
133 /// GetValueInMiddleOfBlock is the same as GetValueAtEndOfBlock except in one
148 Register MachineSSAUpdater::GetValueInMiddleOfBlock(MachineBasicBlock *BB, function in class:MachineSSAUpdater
241 NewVR = GetValueInMiddleOfBlock(UseMI->getParent());
H A DTailDuplicator.cpp234 SSAUpdate.GetValueInMiddleOfBlock(UseMI->getParent(), true));
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerI1Copies.cpp608 SSAUpdater.GetValueInMiddleOfBlock(&IMBB), Incoming.Reg);
637 SSAUpdater.GetValueInMiddleOfBlock(&IMBB), Incoming.Reg);
641 Register NewReg = SSAUpdater.GetValueInMiddleOfBlock(&MBB);
717 SSAUpdater.GetValueInMiddleOfBlock(&MBB), SrcReg);
H A DAMDGPUPromoteAlloca.cpp856 // On the second pass, we use GetValueInMiddleOfBlock to guarantee we always
860 Updater.GetValueInMiddleOfBlock(I->getParent()), NewDLs);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp599 Term->setCondition(PhiInserter.GetValueInMiddleOfBlock(Parent));
H A DLICM.cpp1854 Value *LiveInValue = SSA.GetValueInMiddleOfBlock(ExitBlock);
H A DGVN.cpp1003 return SSAUpdate.GetValueInMiddleOfBlock(Load->getParent());
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp1142 Register TargetReg = TargetAddrSSA.GetValueInMiddleOfBlock(&MBB);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp347 Value *LiveInValue = SSA.GetValueInMiddleOfBlock(ExitBlock);

Completed in 367 milliseconds