Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp3013 bool TrueDestIsSafe = false; in threadGuard() local
3019 TrueDestIsSafe = true; in threadGuard()
3027 if (!TrueDestIsSafe && !FalseDestIsSafe) in threadGuard()
3030 BasicBlock *PredUnguardedBlock = TrueDestIsSafe ? TrueDest : FalseDest; in threadGuard()