Searched refs:InsKind (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | GVNHoist.cpp | 344 enum InsKind { Unknown, Scalar, Load, Store }; enum in llvm::GVNHoist 519 MemoryUseOrDef *U, InsKind K, int &NBBsOnAllPaths) { in safeToHoistLdSt() 542 if (K == InsKind::Store) { in safeToHoistLdSt() 597 void checkSafety(CHIArgs C, BasicBlock *BB, InsKind K, in checkSafety() 604 if (K == InsKind::Scalar) { in checkSafety() 694 void findHoistableCandidates(OutValuesType &CHIBBs, InsKind K, in findHoistableCandidates() 741 InsKind K) { in computeInsertionPoints() 1134 computeInsertionPoints(II.getVNTable(), HPL, InsKind::Scalar); in hoistExpressions() 1135 computeInsertionPoints(LI.getVNTable(), HPL, InsKind::Load); in hoistExpressions() 1136 computeInsertionPoints(SI.getVNTable(), HPL, InsKind::Store); in hoistExpressions() [all …]
|