Searched defs:GetValueAtEndOfBlock (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp73 /// GetValueAtEndOfBlock - Construct SSA form, materializing a value that is
75 unsigned MachineSSAUpdater::GetValueAtEndOfBlock(MachineBasicBlock *BB) { function in class:MachineSSAUpdater
125 /// GetValueInMiddleOfBlock is the same as GetValueAtEndOfBlock except in one
143 // GetValueAtEndOfBlock to do our work.
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineSSAUpdater.cpp72 /// GetValueAtEndOfBlock - Construct SSA form, materializing a value that is
74 unsigned MachineSSAUpdater::GetValueAtEndOfBlock(MachineBasicBlock *BB) { function in class:MachineSSAUpdater
124 /// GetValueInMiddleOfBlock is the same as GetValueAtEndOfBlock except in one
142 // GetValueAtEndOfBlock to do our work.
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DSSAUpdater.cpp89 /// GetValueAtEndOfBlock - Construct SSA form, materializing a value that is
91 Value *SSAUpdater::GetValueAtEndOfBlock(BasicBlock *BB) { function in class:SSAUpdater
99 /// GetValueInMiddleOfBlock is the same as GetValueAtEndOfBlock except in one
117 // GetValueAtEndOfBlock to do our work.
119 return GetValueAtEndOfBlock(BB);
132 Value *PredVal = GetValueAtEndOfBlock(PredBB);
145 Value *PredVal = GetValueAtEndOfBlock(PredBB);
210 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U));
226 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U));
228 V = GetValueAtEndOfBlock(Use
[all...]
/external/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp81 Value *SSAUpdater::GetValueAtEndOfBlock(BasicBlock *BB) { function in class:SSAUpdater
88 // GetValueAtEndOfBlock to do our work.
90 return GetValueAtEndOfBlock(BB);
103 Value *PredVal = GetValueAtEndOfBlock(PredBB);
116 Value *PredVal = GetValueAtEndOfBlock(PredBB);
183 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U));
200 V = GetValueAtEndOfBlock(UserPN->getIncomingBlock(U));
202 V = GetValueAtEndOfBlock(User->getParent());

Completed in 101 milliseconds