Home
last modified time | relevance | path

Searched refs:TrueDestIsSafe (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp2996 bool TrueDestIsSafe = false; in threadGuard() local
3002 TrueDestIsSafe = true; in threadGuard()
3010 if (!TrueDestIsSafe && !FalseDestIsSafe) in threadGuard()
3013 BasicBlock *PredUnguardedBlock = TrueDestIsSafe ? TrueDest : FalseDest; in threadGuard()