Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp138 GuardsPerBlock, bool InvertCondition = false);
188 Value *&Result, bool InvertCondition);
259 bool InvertCondition) { in widenGuard() argument
263 InvertCondition); in widenGuard()
330 GuardsInBlock, bool InvertCondition) { in eliminateInstrViaWidening() argument
392 widenGuard(BestSoFar, getCondition(Instr), InvertCondition); in eliminateInstrViaWidening()
393 auto NewGuardCondition = InvertCondition in eliminateInstrViaWidening()
499 bool InvertCondition) { in widenCondCommon() argument
509 if (InvertCondition) in widenCondCommon()
545 if (!InvertCondition && in widenCondCommon()
[all …]