Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp3060 bool TrueDestIsSafe = false; in threadGuard() local
3066 TrueDestIsSafe = true; in threadGuard()
3074 if (!TrueDestIsSafe && !FalseDestIsSafe) in threadGuard()
3077 BasicBlock *PredUnguardedBlock = TrueDestIsSafe ? TrueDest : FalseDest; in threadGuard()