Lines Matching defs:StartLoc
423 if (StartLoc) {
424 LoopProperties.push_back(StartLoc.getAsMDNode());
485 const llvm::DebugLoc &StartLoc, const llvm::DebugLoc &EndLoc,
487 : Header(Header), Attrs(Attrs), StartLoc(StartLoc), EndLoc(EndLoc),
506 Attrs.CodeAlign == 0 && !StartLoc && !EndLoc && !Attrs.MustProgress)
596 void LoopInfoStack::push(BasicBlock *Header, const llvm::DebugLoc &StartLoc,
599 new LoopInfo(Header, StagedAttrs, StartLoc, EndLoc,
608 const llvm::DebugLoc &StartLoc,
831 push(Header, StartLoc, EndLoc);