Searched refs:IsTaken (Results 1 – 1 of 1) sorted by relevance
1168 bool IsTaken) { in createFoldedExitCond() argument1173 IsTaken ? ExitIfTrue : !ExitIfTrue); in createFoldedExitCond()1176 static void foldExit(const Loop *L, BasicBlock *ExitingBB, bool IsTaken, in foldExit() argument1179 auto *NewCond = createFoldedExitCond(L, ExitingBB, IsTaken); in foldExit()