Searched refs:ElseTI (Results 1 – 1 of 1) sorted by relevance
399 Instruction *ThenTI = UI, *ElseTI = nullptr; in createCancel() local401 SplitBlockAndInsertIfThenElse(IfCondition, UI, &ThenTI, &ElseTI); in createCancel()530 Instruction *ThenTI = UI, *ElseTI = nullptr; in createParallel() local532 SplitBlockAndInsertIfThenElse(IfCondition, UI, &ThenTI, &ElseTI); in createParallel()657 if (!ElseTI) { in createParallel()663 Builder.SetInsertPoint(ElseTI); in createParallel()