OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DependingInstructions
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp
75
&
DependingInstructions
,
153
&
DependingInstructions
,
164
DependingInstructions
, Visited, PA);
168
DependingInstructions
, Visited, PA);
171
if (
DependingInstructions
.size() != 1) {
172
DependingInstructions
.clear();
176
Retain = dyn_cast_or_null<CallInst>(*
DependingInstructions
.begin());
177
DependingInstructions
.clear();
341
SmallPtrSet<Instruction *, 4>
DependingInstructions
;
357
if (ContractAutorelease(F, Inst, Class,
DependingInstructions
, Visited)
[
all
...]
ObjCARCOpts.cpp
[
all
...]
Completed in 589 milliseconds