Searched refs:GetValueAtEndOfBlock (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineSSAUpdater.h77 /// GetValueAtEndOfBlock - Construct SSA form, materializing a value that is
79 Register GetValueAtEndOfBlock(MachineBasicBlock *BB);
84 /// GetValueInMiddleOfBlock is the same as GetValueAtEndOfBlock except in one
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp94 Value *SSAUpdater::GetValueAtEndOfBlock(BasicBlock *BB) { function in class:SSAUpdater
101 // GetValueAtEndOfBlock to do our work.
103 return GetValueAtEndOfBlock(BB);
116 Value *PredVal = GetValueAtEndOfBlock(PredBB);
129 Value *PredVal = GetValueAtEndOfBlock(PredBB);
194 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U));
206 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U));
208 V = GetValueAtEndOfBlock(User->getParent());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdater.h84 Value *GetValueAtEndOfBlock(BasicBlock *BB);
89 /// \c GetValueInMiddleOfBlock is the same as \c GetValueAtEndOfBlock except
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp76 /// GetValueAtEndOfBlock - Construct SSA form, materializing a value that is
78 Register MachineSSAUpdater::GetValueAtEndOfBlock(MachineBasicBlock *BB) { function in class:MachineSSAUpdater
128 /// GetValueInMiddleOfBlock is the same as GetValueAtEndOfBlock except in one
145 // GetValueAtEndOfBlock to do our work.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp1647 unsigned StateReg = PS->SSA.GetValueAtEndOfBlock(&MBB);
1920 unsigned StateReg = PS->SSA.GetValueAtEndOfBlock(&MBB);
2025 mergePredStateIntoSP(MBB, InsertPt, Loc, PS->SSA.GetValueAtEndOfBlock(&MBB));
2083 unsigned StateReg = PS->SSA.GetValueAtEndOfBlock(&MBB);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp640 Phi->setIncomingValueForBlock(FI, Updater.GetValueAtEndOfBlock(FI));

Completed in 127 milliseconds