OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getInstructionIterator
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Transforms/Scalar/
ADCE.cpp
58
if (isa<TerminatorInst>(I.
getInstructionIterator
()) ||
59
isa<DbgInfoIntrinsic>(I.
getInstructionIterator
()) ||
60
isa<LandingPadInst>(I.
getInstructionIterator
()) ||
62
alive.insert(I.
getInstructionIterator
());
63
worklist.push_back(I.
getInstructionIterator
());
81
if (!alive.count(I.
getInstructionIterator
())) {
82
worklist.push_back(I.
getInstructionIterator
());
/external/llvm/include/llvm/Support/
InstIterator.h
72
inline BIty &
getInstructionIterator
() { return BI; }
/external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp
[
all
...]
Completed in 292 milliseconds