Searched refs:PerformCodePlacement (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCOpts.cpp | 527 bool PerformCodePlacement(DenseMap<const BasicBlock *, BBState> &BBStates, 1764 bool ObjCARCOpt::PerformCodePlacement( in PerformCodePlacement() function in ObjCARCOpt 2000 bool AnyPairsCompletelyEliminated = PerformCodePlacement(BBStates, Retains, in OptimizeSequences()
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCOpts.cpp | 529 bool PerformCodePlacement(DenseMap<const BasicBlock *, BBState> &BBStates, 1730 bool ObjCARCOpt::PerformCodePlacement( in PerformCodePlacement() function in ObjCARCOpt 1975 bool AnyPairsCompletelyEliminated = PerformCodePlacement(BBStates, Retains, in OptimizeSequences()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | ObjCARC.cpp | 1495 bool PerformCodePlacement(DenseMap<const BasicBlock *, BBState> &BBStates, 2748 ObjCARCOpt::PerformCodePlacement(DenseMap<const BasicBlock *, BBState> in PerformCodePlacement() function in ObjCARCOpt 3121 return PerformCodePlacement(BBStates, Retains, Releases, F.getParent()) && in OptimizeSequences()
|