OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNumIndirectDests
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h
4055
unsigned
getNumIndirectDests
() const { return NumIndirectDests; }
4060
assert(i <
getNumIndirectDests
() && "Out of bounds!");
4066
assert(i <
getNumIndirectDests
() && "Out of bounds!");
4073
return cast<BasicBlock>(*(&Op<-1>() -
getNumIndirectDests
() - 1));
4076
return cast_or_null<BasicBlock>(*(&Op<-1>() -
getNumIndirectDests
() + i));
4080
for (unsigned i = 0, e =
getNumIndirectDests
(); i < e; ++i)
4085
*(&Op<-1>() -
getNumIndirectDests
() - 1) = reinterpret_cast<Value *>(B);
4089
*(&Op<-1>() -
getNumIndirectDests
() + i) = reinterpret_cast<Value *>(B);
4099
assert(i <
getNumIndirectDests
() + 1 &&
4104
unsigned getNumSuccessors() const { return
getNumIndirectDests
() + 1;
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp
282
return cast<CallBrInst>(this)->
getNumIndirectDests
() + 1;
922
assert(
getNumIndirectDests
() > i && "IndirectDest # out of range for callbr");
AsmWriter.cpp
4258
for (unsigned i = 0, e = CBI->
getNumIndirectDests
(); i != e; ++i) {
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
2975
Vals.push_back(CBI->
getNumIndirectDests
());
2976
for (unsigned i = 0, e = CBI->
getNumIndirectDests
(); i != e; ++i)
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
Local.cpp
1074
for (unsigned i = 0, e = CBI->
getNumIndirectDests
(); i != e; ++i)
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
2975
for (unsigned i = 0, e = I.
getNumIndirectDests
(); i < e; ++i) {
8397
cast<CallBrInst>(&Call)->
getNumIndirectDests
() -
Completed in 34 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026