Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp143 GuardsPerBlock, bool InvertCondition = false);
193 Value *&Result, bool InvertCondition);
264 bool InvertCondition) { in widenGuard() argument
268 InvertCondition); in widenGuard()
335 GuardsInBlock, bool InvertCondition) { in eliminateInstrViaWidening() argument
375 auto Score = computeWideningScore(Instr, Candidate, InvertCondition); in eliminateInstrViaWidening()
397 widenGuard(BestSoFar, getCondition(Instr), InvertCondition); in eliminateInstrViaWidening()
398 auto NewGuardCondition = InvertCondition in eliminateInstrViaWidening()
506 bool InvertCondition) { in widenCondCommon() argument
516 if (InvertCondition) in widenCondCommon()
[all …]