Searched refs:setDebugLocFromInst (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 494 static void setDebugLocFromInst(IRBuilder<> &B, const Value *Ptr) { in setDebugLocFromInst() function 1781 setDebugLocFromInst(Builder, Gep); in vectorizeMemoryInstruction() 1792 setDebugLocFromInst(Builder, Gep); in vectorizeMemoryInstruction() 1825 setDebugLocFromInst(Builder, Ptr); in vectorizeMemoryInstruction() 1835 setDebugLocFromInst(Builder, SI); in vectorizeMemoryInstruction() 1872 setDebugLocFromInst(Builder, LI); in vectorizeMemoryInstruction() 1905 setDebugLocFromInst(Builder, Instr); in scalarizeInstruction() 2198 setDebugLocFromInst(Builder, getDebugLocFromInstOrOperands(OldInduction)); in createEmptyLoop() 2207 setDebugLocFromInst(BypassBuilder, in createEmptyLoop() 2778 setDebugLocFromInst(Builder, RdxDesc.StartValue); in vectorizeLoop() [all …]
|