Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:isExportableFromCurrentBlock

1260 bool SelectionDAGBuilder::isExportableFromCurrentBlock(const Value *V,
1332 (isExportableFromCurrentBlock(BOp->getOperand(0), BB) &&
1333 isExportableFromCurrentBlock(BOp->getOperand(1), BB))) {