OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addUse
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/IR/
Use.cpp
34
V2->
addUse
(*this);
41
V1->
addUse
(RHS);
/external/llvm/include/llvm/IR/
Value.h
180
///
addUse
- This method should only be used by the Use class.
182
void
addUse
(Use &U) { U.addToList(&UseList); }
340
if (V) V->
addUse
(*this);
/external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h
689
///
addUse
- This method should only be used by the SDUse class.
691
void
addUse
(SDUse &U) { U.addToList(&UseList); }
885
if (V.getNode()) V.getNode()->
addUse
(*this);
890
V.getNode()->
addUse
(*this);
896
if (N) N->
addUse
(*this);
[
all
...]
Completed in 426 milliseconds