Searched refs:ResolveConstants (Results 1 - 2 of 2) sorted by last modified time

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp95 /// ResolveConstants - As we resolve forward-referenced constants, we add
103 ResolveConstantsTy ResolveConstants; member in class:__anon1362::BitcodeReaderValueList
108 assert(ResolveConstants.empty() && "Constants not resolved?");
119 assert(ResolveConstants.empty() && "Constants not resolved?");
595 ResolveConstants.push_back(std::make_pair(PHC, Idx));
650 std::sort(ResolveConstants.begin(), ResolveConstants.end());
654 while (!ResolveConstants.empty()) {
655 Value *RealVal = operator[](ResolveConstants.back().second);
656 Constant *Placeholder = ResolveConstants
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp337 /// ResolveConstants - As we resolve forward-referenced constants, we add
345 ResolveConstantsTy ResolveConstants; member in class:__anon1365::BitcodeReaderValueList
350 assert(ResolveConstants.empty() && "Constants not resolved?");
361 assert(ResolveConstants.empty() && "Constants not resolved?");
870 ResolveConstants.push_back(std::make_pair(PHC, Idx));
925 std::sort(ResolveConstants.begin(), ResolveConstants.end());
929 while (!ResolveConstants.empty()) {
930 Value *RealVal = operator[](ResolveConstants.back().second);
931 Constant *Placeholder = ResolveConstants
[all...]

Completed in 80 milliseconds