Searched refs:Basis (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | StraightLineStrengthReduce.cpp | 175 Candidate *Basis = nullptr; member 183 bool isBasisFor(const Candidate &Basis, const Candidate &C); 228 void rewriteCandidateWithBasis(const Candidate &C, const Candidate &Basis); 240 static Value *emitBump(const Candidate &Basis, const Candidate &C, 272 bool StraightLineStrengthReduce::isBasisFor(const Candidate &Basis, in isBasisFor() argument 274 return (Basis.Ins != C.Ins && // skip the same instruction in isBasisFor() 277 Basis.Ins->getType() == C.Ins->getType() && in isBasisFor() 279 DT->dominates(Basis.Ins->getParent(), C.Ins->getParent()) && in isBasisFor() 281 Basis.Base == C.Base && Basis.Stride == C.Stride && in isBasisFor() 282 Basis.CandidateKind == C.CandidateKind); in isBasisFor() [all …]
|
| /openbsd-src/gnu/gcc/libcpp/po/ |
| H A D | de.po | 3228 #~ msgstr "verify_flow_info: Nachfolgekante des Basis-Blocks %d ist beschädigt" 3234 #~ msgstr "Vorgänger des Basis-Blocks %d ist beschädigt" 3237 #~ msgstr "Kantenlisten des Basis-Blockes %i sind beschädigt" 3309 #~ msgstr "insn %d innerhalb des Basis-Blockes %d, aber block_for_insn ist NULL" 3312 #~ msgstr "insn %d innerhalb Basis-Blockes %d, aber block_for_insn ist %i" 3318 #~ msgstr "NOTE_INSN_BASIC_BLOCK %d in der Mitte des Basis-Blocks %d" 3321 #~ msgstr "im Basis-Block %d:" 3324 #~ msgstr "Flusskontroll-insn innerhalb eines Basis-Blockes" 3339 #~ msgstr "Basis-Blöcke sind nicht fortlaufend" 3342 #~ msgstr "insn außerhalb eines Basis-Blockes" [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/po/ |
| H A D | de.po | 3634 msgstr "verify_flow_info: Nachfolgekante des Basis-Blocks %d ist beschädigt" 3679 msgstr "Vorgänger des Basis-Blocks %d ist beschädigt" 3684 msgstr "insn %d innerhalb des Basis-Blockes %d, aber block_for_insn ist NULL" 3689 msgstr "insn %d innerhalb Basis-Blockes %d, aber block_for_insn ist %i" 3699 msgstr "NOTE_INSN_BASIC_BLOCK %d in der Mitte des Basis-Blocks %d" 3704 msgstr "im Basis-Block %d:" 3708 msgstr "Flusskontroll-insn innerhalb eines Basis-Blockes" 3713 msgstr "Kantenlisten des Basis-Blockes %i sind beschädigt" 3717 msgstr "Basis-Blöcke sind nicht fortlaufend nummeriert" 3721 msgstr "insn außerhalb eines Basis-Blockes" [all …]
|