OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetValueAtEndOfBlock
(Results
1 - 10
of
10
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineSSAUpdater.h
74
///
GetValueAtEndOfBlock
- Construct SSA form, materializing a value that is
76
unsigned
GetValueAtEndOfBlock
(MachineBasicBlock *BB);
81
/// GetValueInMiddleOfBlock is the same as
GetValueAtEndOfBlock
except in one
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineSSAUpdater.h
73
///
GetValueAtEndOfBlock
- Construct SSA form, materializing a value that is
75
unsigned
GetValueAtEndOfBlock
(MachineBasicBlock *BB);
80
/// GetValueInMiddleOfBlock is the same as
GetValueAtEndOfBlock
except in one
/external/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h
79
Value *
GetValueAtEndOfBlock
(BasicBlock *BB);
84
/// \c GetValueInMiddleOfBlock is the same as \c
GetValueAtEndOfBlock
except
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
SSAUpdater.h
69
///
GetValueAtEndOfBlock
- Construct SSA form, materializing a value that is
71
Value *
GetValueAtEndOfBlock
(BasicBlock *BB);
76
/// GetValueInMiddleOfBlock is the same as
GetValueAtEndOfBlock
except in one
/external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp
81
Value *SSAUpdater::
GetValueAtEndOfBlock
(BasicBlock *BB) {
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());
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SSAUpdater.cpp
89
///
GetValueAtEndOfBlock
- Construct SSA form, materializing a value that is
91
Value *SSAUpdater::
GetValueAtEndOfBlock
(BasicBlock *BB) {
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
(User->getParent())
[
all
...]
/external/llvm/lib/CodeGen/
MachineSSAUpdater.cpp
73
///
GetValueAtEndOfBlock
- Construct SSA form, materializing a value that is
75
unsigned MachineSSAUpdater::
GetValueAtEndOfBlock
(MachineBasicBlock *BB) {
125
/// GetValueInMiddleOfBlock is the same as
GetValueAtEndOfBlock
except in one
143
//
GetValueAtEndOfBlock
to do our work.
/external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineSSAUpdater.cpp
72
///
GetValueAtEndOfBlock
- Construct SSA form, materializing a value that is
74
unsigned MachineSSAUpdater::
GetValueAtEndOfBlock
(MachineBasicBlock *BB) {
124
/// GetValueInMiddleOfBlock is the same as
GetValueAtEndOfBlock
except in one
142
//
GetValueAtEndOfBlock
to do our work.
DwarfEHPrepare.cpp
634
EI->replaceAllUsesWith(SSA.
GetValueAtEndOfBlock
(BB));
/external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp
629
Phi->setIncomingValue(Idx, Updater.
GetValueAtEndOfBlock
(FI));
Completed in 475 milliseconds