Searched refs:TrueDestIsSafe (Results 1 – 1 of 1) sorted by relevance
3099 bool TrueDestIsSafe = false; in threadGuard() local3105 TrueDestIsSafe = true; in threadGuard()3113 if (!TrueDestIsSafe && !FalseDestIsSafe) in threadGuard()3116 BasicBlock *PredUnguardedBlock = TrueDestIsSafe ? TrueDest : FalseDest; in threadGuard()