Searched refs:NewCondition (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp256 /// \p NewCondition is false, otherwise make it fail if \p NewCondition is
258 void widenGuard(Instruction *ToWiden, Value *NewCondition, argument
262 widenCondCommon(getCondition(ToWiden), NewCondition, ToWiden, Result, local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1924 Value *NewCondition = ConditionTrue ? local
1927 BI->setCondition(NewCondition);
1949 Value *NewCondition = IsTrueBiased ? local
1952 SI->setCondition(NewCondition);

Completed in 54 milliseconds