Searched refs:Placeholder (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp315 Constant *Placeholder = ResolveConstants.back().first; local
321 while (!Placeholder->use_empty()) {
322 Value::use_iterator UI = Placeholder->use_begin();
341 } else if (*I == Placeholder) {
376 Placeholder->replaceAllUsesWith(RealVal);
377 delete Placeholder;
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp594 Constant *Placeholder = ResolveConstants.back().first; local
600 while (!Placeholder->use_empty()) {
601 Value::use_iterator UI = Placeholder->use_begin();
620 } else if (*I == Placeholder) {
655 Placeholder->replaceAllUsesWith(RealVal);
656 delete Placeholder;

Completed in 17 milliseconds