Searched defs:DependingInstructions (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCContract.cpp | 148 SmallPtrSetImpl<Instruction *> &DependingInstructions, in contractAutorelease() 533 SmallPtrSet<Instruction *, 4> DependingInstructions; in runOnFunction() local
|
D | ObjCARCOpts.cpp | 869 SmallPtrSet<Instruction *, 4> DependingInstructions; in OptimizeIndividualCalls() local 2074 SmallPtrSet<Instruction *, 4> DependingInstructions; in OptimizeReturns() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | ObjCARC.cpp | 1829 SmallPtrSet<Instruction *, 4> &DependingInstructions, in FindDependencies() 2142 SmallPtrSet<Instruction *, 4> DependingInstructions; in OptimizeIndividualCalls() local 3144 SmallPtrSet<Instruction *, 4> DependingInstructions; in OptimizeReturns() local 3452 &DependingInstructions, in ContractAutorelease() 3599 SmallPtrSet<Instruction *, 4> DependingInstructions; in runOnFunction() local
|