OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:growOperands
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/Transforms/Utils/
MemorySSA.h
430
growOperands
(); // Get more space!
479
void
growOperands
() {
[
all
...]
/external/swiftshader/third_party/LLVM/include/llvm/
Instructions.h
[
all
...]
/external/llvm/include/llvm/IR/
Instructions.h
[
all
...]
/external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp
137
///
growOperands
- grow operands - This grows the operand list in response
141
void PHINode::
growOperands
() {
228
///
growOperands
- grow operands - This grows the operand list in response to a
230
void LandingPadInst::
growOperands
(unsigned Size) {
246
growOperands
(1);
[
all
...]
/external/llvm/lib/IR/
Instructions.cpp
127
///
growOperands
- grow operands - This grows the operand list in response
131
void PHINode::
growOperands
() {
224
///
growOperands
- grow operands - This grows the operand list in response to a
226
void LandingPadInst::
growOperands
(unsigned Size) {
235
growOperands
(1);
[
all
...]
Completed in 395 milliseconds