Searched refs:setDebugLocFromInst (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 560 void setDebugLocFromInst(IRBuilder<> &B, const Value *Ptr); 1047 void InnerLoopVectorizer::setDebugLocFromInst(IRBuilder<> &B, const Value *Ptr) { in setDebugLocFromInst() function in InnerLoopVectorizer 2718 setDebugLocFromInst(Builder, AddrPart); in vectorizeInterleaveGroup() 2744 setDebugLocFromInst(Builder, Instr); in vectorizeInterleaveGroup() 2949 setDebugLocFromInst(Builder, SI); in vectorizeMemoryInstruction() 2981 setDebugLocFromInst(Builder, LI); in vectorizeMemoryInstruction() 3023 setDebugLocFromInst(Builder, Instr); in scalarizeInstruction() 3073 setDebugLocFromInst(Builder, OldInst); in createInductionVariable() 3077 setDebugLocFromInst(Builder, OldInst); in createInductionVariable() 4330 setDebugLocFromInst(Builder, ReductionStartValue); in fixReduction() [all …]
|