Lines Matching refs:setDebugLocFromInst
439 void setDebugLocFromInst(IRBuilder<> &B, const Value *Ptr);
758 void InnerLoopVectorizer::setDebugLocFromInst(IRBuilder<> &B, const Value *Ptr) { in setDebugLocFromInst() function in InnerLoopVectorizer
2014 setDebugLocFromInst(Builder, Ptr); in vectorizeInterleaveGroup()
2062 setDebugLocFromInst(Builder, Instr); in vectorizeInterleaveGroup()
2260 setDebugLocFromInst(Builder, SI); in vectorizeMemoryInstruction()
2292 setDebugLocFromInst(Builder, LI); in vectorizeMemoryInstruction()
2324 setDebugLocFromInst(Builder, Instr); in scalarizeInstruction()
2369 setDebugLocFromInst(Builder, OldInst); in createInductionVariable()
2373 setDebugLocFromInst(Builder, OldInst); in createInductionVariable()
3499 setDebugLocFromInst(Builder, ReductionStartValue); in fixReduction()
3565 setDebugLocFromInst(Builder, LoopExitInst); in fixReduction()
3599 setDebugLocFromInst(Builder, ReducedPartRdx); in fixReduction()
3816 setDebugLocFromInst(Builder, P); in widenPHIInstruction()
3970 setDebugLocFromInst(Builder, BinOp); in widenInstruction()
3994 setDebugLocFromInst(Builder, &I); in widenInstruction()
4021 setDebugLocFromInst(Builder, Cmp); in widenInstruction()
4054 setDebugLocFromInst(Builder, CI); in widenInstruction()
4073 setDebugLocFromInst(Builder, &I); in widenInstruction()
6945 State.ILV->setDebugLocFromInst(State.Builder, Phi); in execute()