Home
last modified time | relevance | path

Searched refs:setID (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp154 Arg->setID(this, ID++); in renumberInstrs()
156 Instr->setID(this, ID++); in renumberInstrs()
157 TermInstr->setID(this, ID++); in renumberInstrs()
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Serialization/
H A DSerializer.cpp1095 auto &setID = extendedInstSetIDMap[extensionSetName]; in encodeExtensionInstruction() local
1096 if (!setID) { in encodeExtensionInstruction()
1097 setID = getNextID(); in encodeExtensionInstruction()
1099 importOperands.push_back(setID); in encodeExtensionInstruction()
1113 extInstOperands.push_back(setID); in encodeExtensionInstruction()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h617 void setID(llvm::Constant *V) { in setID() function
H A DCGOpenMPRuntime.cpp2987 Entry.setID(ID); in registerTargetRegionEntryInfo()
/llvm-project-15.0.7/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h318 void setID(BasicBlock *B, unsigned id) { Block = B; SExprID = id; } in setID() function