Home
last modified time | relevance | path

Searched refs:GetValueInMiddleOfBlock (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp98 Value *SSAUpdater::GetValueInMiddleOfBlock(BasicBlock *BB) { in GetValueInMiddleOfBlock() function in SSAUpdater
194 V = GetValueInMiddleOfBlock(User->getParent()); in RewriteUse()
434 Value *NewVal = SSA.GetValueInMiddleOfBlock(ALoad->getParent()); in run()
H A DLoopRotationUtils.cpp183 NewVal = SSA.GetValueInMiddleOfBlock(UserBB); in RewriteUsesOfClonedInstructions()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineSSAUpdater.h97 Register GetValueInMiddleOfBlock(MachineBasicBlock *BB);
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdater.h106 Value *GetValueInMiddleOfBlock(BasicBlock *BB);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp146 Register MachineSSAUpdater::GetValueInMiddleOfBlock(MachineBasicBlock *BB) { in GetValueInMiddleOfBlock() function in MachineSSAUpdater
231 NewVR = GetValueInMiddleOfBlock(UseMI->getParent()); in RewriteUse()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerI1Copies.cpp623 SSAUpdater.GetValueInMiddleOfBlock(&IMBB), IncomingRegs[i]); in lowerPhis()
651 SSAUpdater.GetValueInMiddleOfBlock(&IMBB), IncomingRegs[i]); in lowerPhis()
655 Register NewReg = SSAUpdater.GetValueInMiddleOfBlock(&MBB); in lowerPhis()
725 SSAUpdater.GetValueInMiddleOfBlock(&MBB), SrcReg); in lowerCopiesToI1()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp584 Term->setCondition(PhiInserter.GetValueInMiddleOfBlock(Parent)); in insertConditions()
H A DLICM.cpp1936 Value *LiveInValue = SSA.GetValueInMiddleOfBlock(ExitBlock); in doExtraRewritesBeforeFinalDeletion()
H A DGVN.cpp876 return SSAUpdate.GetValueInMiddleOfBlock(Load->getParent()); in ConstructSSAForLoadSet()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp200 Value *LiveInValue = SSA.GetValueInMiddleOfBlock(ExitBlock); in doExtraRewritesBeforeFinalDeletion()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp1144 unsigned TargetReg = TargetAddrSSA.GetValueInMiddleOfBlock(&MBB); in tracePredStateThroughIndirectBranches()