Searched refs:canUseBlockOperation (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp305 bool canUseBlockOperation(StoreSDNode *Store, LoadSDNode *Load) const;
976 bool SystemZDAGToDAGISel::canUseBlockOperation(StoreSDNode *Store, function in class:SystemZDAGToDAGISel
1023 return canUseBlockOperation(Store, Load);
1031 return !LoadA->isVolatile() && canUseBlockOperation(StoreA, LoadB);

Completed in 72 milliseconds