Searched refs:setDebugLocFromInst (Results 1 – 1 of 1) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 507 static void setDebugLocFromInst(IRBuilder<> &B, const Value *Ptr) { in setDebugLocFromInst() function 1806 setDebugLocFromInst(Builder, Gep); in vectorizeMemoryInstruction() 1817 setDebugLocFromInst(Builder, Gep); in vectorizeMemoryInstruction() 1850 setDebugLocFromInst(Builder, Ptr); in vectorizeMemoryInstruction() 1860 setDebugLocFromInst(Builder, SI); in vectorizeMemoryInstruction() 1896 setDebugLocFromInst(Builder, LI); in vectorizeMemoryInstruction() 1928 setDebugLocFromInst(Builder, Instr); in scalarizeInstruction() 2315 setDebugLocFromInst(Builder, getDebugLocFromInstOrOperands(OldInduction)); in createEmptyLoop() 2324 setDebugLocFromInst(BypassBuilder, in createEmptyLoop() 2825 setDebugLocFromInst(Builder, RdxDesc.StartValue); in vectorizeLoop() [all …]
|