Home
last modified time | relevance | path

Searched refs:DefOrUseGUIDs (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3992 std::set<GlobalValue::GUID> DefOrUseGUIDs; in writeCombinedGlobalValueSummary() local
3996 DefOrUseGUIDs.insert(I.first); in writeCombinedGlobalValueSummary()
3998 DefOrUseGUIDs.insert(VI.getGUID()); in writeCombinedGlobalValueSummary()
4143 if (DefOrUseGUIDs.count( in writeCombinedGlobalValueSummary()
4157 if (DefOrUseGUIDs.count( in writeCombinedGlobalValueSummary()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4402 std::set<GlobalValue::GUID> DefOrUseGUIDs; in writeCombinedGlobalValueSummary() local
4406 DefOrUseGUIDs.insert(I.first); in writeCombinedGlobalValueSummary()
4408 DefOrUseGUIDs.insert(VI.getGUID()); in writeCombinedGlobalValueSummary()
4556 if (DefOrUseGUIDs.count( in writeCombinedGlobalValueSummary()
4570 if (DefOrUseGUIDs.count( in writeCombinedGlobalValueSummary()