Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp3015 bool FalseDestIsSafe = false; in threadGuard() local
3025 FalseDestIsSafe = true; in threadGuard()
3028 if (!TrueDestIsSafe && !FalseDestIsSafe) in threadGuard()
3032 BasicBlock *PredGuardedBlock = FalseDestIsSafe ? TrueDest : FalseDest; in threadGuard()