Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp985 bool HasIntrinsicGuards = GuardDecl && !GuardDecl->use_empty(); in run() local
989 if (!HasIntrinsicGuards && !HasWidenableConditions) in run()
H A DLoopPredication.cpp1197 bool HasIntrinsicGuards = GuardDecl && !GuardDecl->use_empty(); in predicateLoopExits()
1202 if (!HasIntrinsicGuards && !HasWidenableConditions) in predicateLoopExits()
1280 bool HasIntrinsicGuards = GuardDecl && !GuardDecl->use_empty(); runOnLoop() local