Searched refs:LoopLoc (Results 1 - 5 of 5) sorted by relevance

/external/clang/include/clang/Sema/
H A DLoopHint.h24 IdentifierLoc *LoopLoc; member in struct:clang::LoopHint
/external/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp433 DebugLoc LoopLoc = L->getStartLoc(); local
439 Ctx, DEBUG_TYPE, *F, LoopLoc,
444 Ctx, DEBUG_TYPE, *F, LoopLoc,
450 Ctx, DEBUG_TYPE, *F, LoopLoc,
/external/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp235 DebugLoc LoopLoc = L->getStartLoc(); local
242 emitOptimizationRemark(Ctx, DEBUG_TYPE, *F, LoopLoc,
247 emitOptimizationRemark(Ctx, DEBUG_TYPE, *F, LoopLoc,
/external/clang/lib/Parse/
H A DParseStmt.cpp1828 if (!Hint.LoopLoc || !Hint.OptionLoc || !Hint.ValueLoc)
1833 TempAttrs.addNew(Hint.LoopLoc->Ident, Hint.Range, nullptr,
1834 Hint.LoopLoc->Loc, ArgHints, 3, AttributeList::AS_Pragma);
H A DParsePragma.cpp614 Hint.LoopLoc =

Completed in 1118 milliseconds