Searched refs:TrueDestIsSafe (Results 1 – 1 of 1) sorted by relevance
3067 bool TrueDestIsSafe = false; in threadGuard() local3073 TrueDestIsSafe = true; in threadGuard()3081 if (!TrueDestIsSafe && !FalseDestIsSafe) in threadGuard()3084 BasicBlock *PredUnguardedBlock = TrueDestIsSafe ? TrueDest : FalseDest; in threadGuard()