OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddAvailableValue
(Results
1 - 11
of
11
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineSSAUpdater.h
65
///
AddAvailableValue
- Indicate that a rewritten value is available at the
67
void
AddAvailableValue
(MachineBasicBlock *BB, unsigned V);
101
/// the same block as the use, but above it. Any '
AddAvailableValue
's added
/external/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h
61
///
AddAvailableValue
- Indicate that a rewritten value is available at the
63
void
AddAvailableValue
(BasicBlock *BB, Value *V);
97
/// the same block as the use, but above it. Any '
AddAvailableValue
's added
/external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp
112
SSA.
AddAvailableValue
(OrigHeader, OrigHeaderVal);
113
SSA.
AddAvailableValue
(OrigPreheader, OrigPreHeaderVal);
LICM.cpp
525
SSA.
AddAvailableValue
(ExitBlock, New);
779
SSA.
AddAvailableValue
(Preheader, PreheaderLoad);
JumpThreading.cpp
[
all
...]
GVN.cpp
[
all
...]
/external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp
62
///
AddAvailableValue
- Indicate that a rewritten value is available in the
64
void SSAUpdater::
AddAvailableValue
(BasicBlock *BB, Value *V) {
409
SSA.
AddAvailableValue
(BB, SI->getOperand(0));
471
SSA.
AddAvailableValue
(BB, StoredValue);
LCSSA.cpp
246
SSAUpdate.
AddAvailableValue
(ExitBB, PN);
/external/llvm/lib/CodeGen/
MachineSSAUpdater.cpp
66
///
AddAvailableValue
- Indicate that a rewritten value is available in the
68
void MachineSSAUpdater::
AddAvailableValue
(MachineBasicBlock *BB, unsigned V) {
TailDuplication.cpp
229
SSAUpdate.
AddAvailableValue
(DefBB, VReg);
238
SSAUpdate.
AddAvailableValue
(SrcBB, SrcReg);
[
all
...]
DwarfEHPrepare.cpp
618
SSA.
AddAvailableValue
(*LI, CreateExceptionValueCall(*LI));
Completed in 1113 milliseconds