Home
last modified time | relevance | path

Searched refs:GetValueAtEndOfBlock (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp95 Value *SSAUpdater::GetValueAtEndOfBlock(BasicBlock *BB) { in GetValueAtEndOfBlock() function in SSAUpdater
104 return GetValueAtEndOfBlock(BB); in GetValueInMiddleOfBlock()
117 Value *PredVal = GetValueAtEndOfBlock(PredBB); in GetValueInMiddleOfBlock()
130 Value *PredVal = GetValueAtEndOfBlock(PredBB); in GetValueInMiddleOfBlock()
195 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U)); in RewriteUse()
212 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U)); in RewriteUseAfterInsertions()
214 V = GetValueAtEndOfBlock(User->getParent()); in RewriteUseAfterInsertions()
/external/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp81 Value *SSAUpdater::GetValueAtEndOfBlock(BasicBlock *BB) { in GetValueAtEndOfBlock() function in SSAUpdater
90 return GetValueAtEndOfBlock(BB); in GetValueInMiddleOfBlock()
103 Value *PredVal = GetValueAtEndOfBlock(PredBB); in GetValueInMiddleOfBlock()
116 Value *PredVal = GetValueAtEndOfBlock(PredBB); in GetValueInMiddleOfBlock()
183 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U)); in RewriteUse()
200 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U)); in RewriteUseAfterInsertions()
202 V = GetValueAtEndOfBlock(User->getParent()); in RewriteUseAfterInsertions()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSSAUpdater.cpp91 Value *SSAUpdater::GetValueAtEndOfBlock(BasicBlock *BB) { in GetValueAtEndOfBlock() function in SSAUpdater
119 return GetValueAtEndOfBlock(BB); in GetValueInMiddleOfBlock()
132 Value *PredVal = GetValueAtEndOfBlock(PredBB); in GetValueInMiddleOfBlock()
145 Value *PredVal = GetValueAtEndOfBlock(PredBB); in GetValueInMiddleOfBlock()
210 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U)); in RewriteUse()
226 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U)); in RewriteUseAfterInsertions()
228 V = GetValueAtEndOfBlock(User->getParent()); in RewriteUseAfterInsertions()
/external/llvm/include/llvm/CodeGen/
DMachineSSAUpdater.h76 unsigned GetValueAtEndOfBlock(MachineBasicBlock *BB);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineSSAUpdater.h78 unsigned GetValueAtEndOfBlock(MachineBasicBlock *BB);
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineSSAUpdater.h75 unsigned GetValueAtEndOfBlock(MachineBasicBlock *BB);
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DSSAUpdater.h71 Value *GetValueAtEndOfBlock(BasicBlock *BB);
/external/llvm/include/llvm/Transforms/Utils/
DSSAUpdater.h79 Value *GetValueAtEndOfBlock(BasicBlock *BB);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DSSAUpdater.h85 Value *GetValueAtEndOfBlock(BasicBlock *BB);
/external/llvm/lib/CodeGen/
DMachineSSAUpdater.cpp75 unsigned MachineSSAUpdater::GetValueAtEndOfBlock(MachineBasicBlock *BB) { in GetValueAtEndOfBlock() function in MachineSSAUpdater
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineSSAUpdater.cpp74 unsigned MachineSSAUpdater::GetValueAtEndOfBlock(MachineBasicBlock *BB) { in GetValueAtEndOfBlock() function in MachineSSAUpdater
DDwarfEHPrepare.cpp634 EI->replaceAllUsesWith(SSA.GetValueAtEndOfBlock(BB)); in MoveExceptionValueCalls()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineSSAUpdater.cpp79 unsigned MachineSSAUpdater::GetValueAtEndOfBlock(MachineBasicBlock *BB) { in GetValueAtEndOfBlock() function in MachineSSAUpdater
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86SpeculativeLoadHardening.cpp1749 unsigned StateReg = PS->SSA.GetValueAtEndOfBlock(&MBB); in hardenLoadAddr()
2015 unsigned StateReg = PS->SSA.GetValueAtEndOfBlock(&MBB); in hardenValueInRegister()
2131 mergePredStateIntoSP(MBB, InsertPt, Loc, PS->SSA.GetValueAtEndOfBlock(&MBB)); in hardenReturnInstr()
2155 unsigned StateReg = PS->SSA.GetValueAtEndOfBlock(&MBB); in tracePredStateThroughCall()
/external/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp629 Phi->setIncomingValue(Idx, Updater.GetValueAtEndOfBlock(FI)); in setPhiValues()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp628 Phi->setIncomingValue(Idx, Updater.GetValueAtEndOfBlock(FI)); in setPhiValues()