Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp86 Value *SSAUpdater::GetValueInMiddleOfBlock(BasicBlock *BB) { in GetValueInMiddleOfBlock() function in SSAUpdater
185 V = GetValueInMiddleOfBlock(User->getParent()); in RewriteUse()
440 Value *NewVal = SSA.GetValueInMiddleOfBlock(ALoad->getParent()); in run()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSSAUpdater.cpp100 Value *SSAUpdater::GetValueInMiddleOfBlock(BasicBlock *BB) { in GetValueInMiddleOfBlock() function in SSAUpdater
197 V = GetValueInMiddleOfBlock(User->getParent()); in RewriteUse()
451 Value *NewVal = SSA.GetValueInMiddleOfBlock(ALoad->getParent()); in run()
DLoopRotationUtils.cpp159 NewVal = SSA.GetValueInMiddleOfBlock(UserBB); in RewriteUsesOfClonedInstructions()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSSAUpdater.cpp115 Value *SSAUpdater::GetValueInMiddleOfBlock(BasicBlock *BB) { in GetValueInMiddleOfBlock() function in SSAUpdater
212 V = GetValueInMiddleOfBlock(User->getParent()); in RewriteUse()
479 Value *NewVal = SSA.GetValueInMiddleOfBlock(ALoad->getParent()); in run()
/external/llvm/include/llvm/CodeGen/
DMachineSSAUpdater.h97 unsigned GetValueInMiddleOfBlock(MachineBasicBlock *BB);
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineSSAUpdater.h96 unsigned GetValueInMiddleOfBlock(MachineBasicBlock *BB);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineSSAUpdater.h98 unsigned GetValueInMiddleOfBlock(MachineBasicBlock *BB);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineSSAUpdater.cpp140 unsigned MachineSSAUpdater::GetValueInMiddleOfBlock(MachineBasicBlock *BB) { in GetValueInMiddleOfBlock() function in MachineSSAUpdater
229 NewVR = GetValueInMiddleOfBlock(UseMI->getParent()); in RewriteUse()
/external/llvm/lib/CodeGen/
DMachineSSAUpdater.cpp141 unsigned MachineSSAUpdater::GetValueInMiddleOfBlock(MachineBasicBlock *BB) { in GetValueInMiddleOfBlock() function in MachineSSAUpdater
228 NewVR = GetValueInMiddleOfBlock(UseMI->getParent()); in RewriteUse()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineSSAUpdater.cpp144 unsigned MachineSSAUpdater::GetValueInMiddleOfBlock(MachineBasicBlock *BB) { in GetValueInMiddleOfBlock() function in MachineSSAUpdater
231 NewVR = GetValueInMiddleOfBlock(UseMI->getParent()); in RewriteUse()
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DSSAUpdater.h92 Value *GetValueInMiddleOfBlock(BasicBlock *BB);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DSSAUpdater.h107 Value *GetValueInMiddleOfBlock(BasicBlock *BB);
/external/llvm/include/llvm/Transforms/Utils/
DSSAUpdater.h101 Value *GetValueInMiddleOfBlock(BasicBlock *BB);
/external/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp167 NewVal = SSA.GetValueInMiddleOfBlock(UserBB); in RewriteUsesOfClonedInstructions()
DStructurizeCFG.cpp562 Term->setCondition(PhiInserter.GetValueInMiddleOfBlock(Parent)); in insertConditions()
DLICM.cpp817 Value *LiveInValue = SSA.GetValueInMiddleOfBlock(ExitBlock); in doExtraRewritesBeforeFinalDeletion()
DGVN.cpp1171 return SSAUpdate.GetValueInMiddleOfBlock(LI->getParent()); in ConstructSSAForLoadSet()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLICM.cpp646 Value *LiveInValue = SSA.GetValueInMiddleOfBlock(ExitBlock); in doExtraRewritesBeforeFinalDeletion()
DGVN.cpp1234 Value *V = SSAUpdate.GetValueInMiddleOfBlock(LI->getParent()); in ConstructSSAForLoadSet()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp571 Term->setCondition(PhiInserter.GetValueInMiddleOfBlock(Parent)); in insertConditions()
DLICM.cpp1161 Value *LiveInValue = SSA.GetValueInMiddleOfBlock(ExitBlock); in doExtraRewritesBeforeFinalDeletion()
DGVN.cpp782 return SSAUpdate.GetValueInMiddleOfBlock(LI->getParent()); in ConstructSSAForLoadSet()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp192 Value *LiveInValue = SSA.GetValueInMiddleOfBlock(ExitBlock); in doExtraRewritesBeforeFinalDeletion()