Lines Matching refs:BitCode
2899 unsigned BitCode = Stream.readRecord(Entry.ID, Record); in parseConstants() local
2900 switch (BitCode) { in parseConstants()
2996 BitCode == bitc::CST_CODE_CSTRING); in parseConstants()
3124 BitCode == in parseConstants()
3532 unsigned BitCode = Stream.readRecord(Entry.ID, Record); in parseBitcodeVersion() local
3533 switch (BitCode) { in parseBitcodeVersion()
3704 auto BitCode = Stream.readRecord(Entry.ID, Record); in parseModule() local
3705 switch (BitCode) { in parseModule()
3954 bool NewRecord = BitCode != bitc::MODULE_CODE_ALIAS_OLD; in parseModule()
3976 if (BitCode == bitc::MODULE_CODE_ALIAS || in parseModule()
3977 BitCode == bitc::MODULE_CODE_ALIAS_OLD) in parseModule()
4442 unsigned BitCode = Stream.readRecord(Entry.ID, Record); in parseFunctionBody() local
4443 switch (BitCode) { in parseFunctionBody()
4588 if (BitCode == bitc::FUNC_CODE_INST_GEP) { in parseFunctionBody()
4592 InBounds = BitCode == bitc::FUNC_CODE_INST_INBOUNDS_GEP_OLD; in parseFunctionBody()
4968 if (BitCode == bitc::FUNC_CODE_INST_CLEANUPPAD) in parseFunctionBody()
5190 if (BitCode == bitc::FUNC_CODE_INST_LANDINGPAD) { in parseFunctionBody()
5194 assert(BitCode == bitc::FUNC_CODE_INST_LANDINGPAD_OLD); in parseFunctionBody()
5201 if (BitCode == bitc::FUNC_CODE_INST_LANDINGPAD_OLD) { in parseFunctionBody()
5335 (BitCode == bitc::FUNC_CODE_INST_STORE in parseFunctionBody()
5360 (BitCode == bitc::FUNC_CODE_INST_STOREATOMIC in parseFunctionBody()
5394 (BitCode == bitc::FUNC_CODE_INST_CMPXCHG in parseFunctionBody()
6031 auto BitCode = Stream.readRecord(Entry.ID, Record); in parseModule() local
6032 switch (BitCode) { in parseModule()
6164 auto BitCode = Stream.readRecord(Entry.ID, Record); in parseEntireSummary() local
6165 switch (BitCode) { in parseEntireSummary()
6198 bool HasProfile = (BitCode == bitc::FS_PERMODULE_PROFILE); in parseEntireSummary()
6287 bool HasProfile = (BitCode == bitc::FS_COMBINED_PROFILE); in parseEntireSummary()