OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AddAvailableValue
(Results
1 - 2
of
2
) sorted by null
/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) {
/external/llvm/lib/Transforms/Utils/
SSAUpdater.cpp
58
void SSAUpdater::
AddAvailableValue
(BasicBlock *BB, Value *V) {
374
SSA.
AddAvailableValue
(BB, SI->getOperand(0));
436
SSA.
AddAvailableValue
(BB, StoredValue);
Completed in 33 milliseconds