Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:force

3657 /// getStackArgumentTokenFactor - Compute a TokenFactor to force all
6778 bool force) {
6780 bool check = force;
6793 void llvm::checkForCycles(const llvm::SelectionDAG *DAG, bool force) {
6794 checkForCycles(DAG->getRoot().getNode(), DAG, force);