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

/external/llvm/include/llvm/CodeGen/
H A DMachineSSAUpdater.h78 /// GetValueInMiddleOfBlock - Construct SSA form, materializing a value that
81 /// GetValueInMiddleOfBlock is the same as GetValueAtEndOfBlock except in one
97 unsigned GetValueInMiddleOfBlock(MachineBasicBlock *BB);
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineSSAUpdater.h77 /// GetValueInMiddleOfBlock - Construct SSA form, materializing a value that
80 /// GetValueInMiddleOfBlock is the same as GetValueAtEndOfBlock except in one
96 unsigned GetValueInMiddleOfBlock(MachineBasicBlock *BB);
/external/llvm/include/llvm/Transforms/Utils/
H A DSSAUpdater.h84 /// \c GetValueInMiddleOfBlock is the same as \c GetValueAtEndOfBlock except
101 Value *GetValueInMiddleOfBlock(BasicBlock *BB);
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
H A DSSAUpdater.h73 /// GetValueInMiddleOfBlock - Construct SSA form, materializing a value that
76 /// GetValueInMiddleOfBlock is the same as GetValueAtEndOfBlock except in one
92 Value *GetValueInMiddleOfBlock(BasicBlock *BB);
/external/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp86 Value *SSAUpdater::GetValueInMiddleOfBlock(BasicBlock *BB) { function in class:SSAUpdater
185 V = GetValueInMiddleOfBlock(User->getParent());
440 Value *NewVal = SSA.GetValueInMiddleOfBlock(ALoad->getParent());
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DSSAUpdater.cpp96 /// GetValueInMiddleOfBlock - Construct SSA form, materializing a value that
99 /// GetValueInMiddleOfBlock is the same as GetValueAtEndOfBlock except in one
115 Value *SSAUpdater::GetValueInMiddleOfBlock(BasicBlock *BB) { function in class:SSAUpdater
212 V = GetValueInMiddleOfBlock(User->getParent());
479 Value *NewVal = SSA.GetValueInMiddleOfBlock(ALoad->getParent());
/external/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp122 /// GetValueInMiddleOfBlock - Construct SSA form, materializing a value that
125 /// GetValueInMiddleOfBlock is the same as GetValueAtEndOfBlock except in one
141 unsigned MachineSSAUpdater::GetValueInMiddleOfBlock(MachineBasicBlock *BB) { function in class:MachineSSAUpdater
228 NewVR = GetValueInMiddleOfBlock(UseMI->getParent());
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineSSAUpdater.cpp121 /// GetValueInMiddleOfBlock - Construct SSA form, materializing a value that
124 /// GetValueInMiddleOfBlock is the same as GetValueAtEndOfBlock except in one
140 unsigned MachineSSAUpdater::GetValueInMiddleOfBlock(MachineBasicBlock *BB) { function in class:MachineSSAUpdater
229 NewVR = GetValueInMiddleOfBlock(UseMI->getParent());
/external/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp167 NewVal = SSA.GetValueInMiddleOfBlock(UserBB);
H A DLICM.cpp817 Value *LiveInValue = SSA.GetValueInMiddleOfBlock(ExitBlock);
H A DStructurizeCFG.cpp562 Term->setCondition(PhiInserter.GetValueInMiddleOfBlock(Parent));
H A DGVN.cpp1171 return SSAUpdate.GetValueInMiddleOfBlock(LI->getParent());
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DLICM.cpp646 Value *LiveInValue = SSA.GetValueInMiddleOfBlock(ExitBlock);
H A DGVN.cpp1234 Value *V = SSAUpdate.GetValueInMiddleOfBlock(LI->getParent());

Completed in 234 milliseconds