Home
last modified time | relevance | path

Searched refs:LabelInfo (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcanonicalize-do.cpp15 struct LabelInfo { struct in Fortran::parser::CanonicalizationOfDoLoops
24 std::vector<LabelInfo> stack; in Post()
82 stack.push_back(LabelInfo{i, label}); in Post()
98 void CanonicalizeIfMatch(Block &originalBlock, std::vector<LabelInfo> &stack, in CanonicalizeIfMatch()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDIBuilder.cpp961 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() argument
963 return insertLabel(LabelInfo, DL, in insertLabel()
968 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() argument
970 return insertLabel(LabelInfo, DL, InsertAtEnd, nullptr); in insertLabel()
1097 Instruction *DIBuilder::insertLabel(DILabel *LabelInfo, const DILocation *DL, in insertLabel() argument
1100 assert(LabelInfo && "empty or invalid DILabel* passed to dbg.label"); in insertLabel()
1103 LabelInfo->getScope()->getSubprogram() && in insertLabel()
1108 trackIfUnresolved(LabelInfo); in insertLabel()
1109 Value *Args[] = {MetadataAsValue::get(VMContext, LabelInfo)}; in insertLabel()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDIBuilder.h87 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL,
932 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL,
939 Instruction *insertLabel(DILabel *LabelInfo, const DILocation *DL,