Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp143 SmallVector<Instruction *> InternalInstructions; member
148 void addInstruction(Instruction *I) { InternalInstructions.push_back(I); } in addInstruction()
185 for (const auto &I : InternalInstructions) { in dump()
216 for (auto *I : Node->InternalInstructions) in submitCompositeNode()
515 Node->InternalInstructions.append(FNegs); in identifyNodeWithImplicitAdd()
882 for (auto *I : InternalInstructions) { in hasAllInternalUses()