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