Searched refs:ElseTI (Results 1 – 1 of 1) sorted by relevance
714 Instruction *ThenTI = UI, *ElseTI = nullptr; in createCancel() local716 SplitBlockAndInsertIfThenElse(IfCondition, UI, &ThenTI, &ElseTI); in createCancel()931 Instruction *ThenTI = UI, *ElseTI = nullptr; in createParallel() local933 SplitBlockAndInsertIfThenElse(IfCondition, UI, &ThenTI, &ElseTI); in createParallel()1058 if (!ElseTI) { in createParallel()1064 Builder.SetInsertPoint(ElseTI); in createParallel()