Searched defs:PerformCodePlacement (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DObjCARC.cpp1715 bool PerformCodePlacement(DenseMap<const BasicBlock *, BBState> &BBStates,
3153 /// PerformCodePlacement - Identify pairings between the retains and releases,
3156 ObjCARCOpt::PerformCodePlacement(DenseMap<const BasicBlock *, BBState> function in class:ObjCARCOpt
3535 return PerformCodePlacement(BBStates, Retains, Releases, F.getParent()) &&

Completed in 54 milliseconds