Lines Matching refs:ValID
2256 unsigned ValID = GlobalInitWorklist.back().second; in resolveGlobalAndIndirectSymbolInits() local
2257 if (ValID >= ValueList.size()) { in resolveGlobalAndIndirectSymbolInits()
2261 if (Constant *C = dyn_cast_or_null<Constant>(ValueList[ValID])) in resolveGlobalAndIndirectSymbolInits()
2270 unsigned ValID = IndirectSymbolInitWorklist.back().second; in resolveGlobalAndIndirectSymbolInits() local
2271 if (ValID >= ValueList.size()) { in resolveGlobalAndIndirectSymbolInits()
2274 Constant *C = dyn_cast_or_null<Constant>(ValueList[ValID]); in resolveGlobalAndIndirectSymbolInits()
2286 unsigned ValID = FunctionPrefixWorklist.back().second; in resolveGlobalAndIndirectSymbolInits() local
2287 if (ValID >= ValueList.size()) { in resolveGlobalAndIndirectSymbolInits()
2290 if (Constant *C = dyn_cast_or_null<Constant>(ValueList[ValID])) in resolveGlobalAndIndirectSymbolInits()
2299 unsigned ValID = FunctionPrologueWorklist.back().second; in resolveGlobalAndIndirectSymbolInits() local
2300 if (ValID >= ValueList.size()) { in resolveGlobalAndIndirectSymbolInits()
2303 if (Constant *C = dyn_cast_or_null<Constant>(ValueList[ValID])) in resolveGlobalAndIndirectSymbolInits()
2312 unsigned ValID = FunctionPersonalityFnWorklist.back().second; in resolveGlobalAndIndirectSymbolInits() local
2313 if (ValID >= ValueList.size()) { in resolveGlobalAndIndirectSymbolInits()
2316 if (Constant *C = dyn_cast_or_null<Constant>(ValueList[ValID])) in resolveGlobalAndIndirectSymbolInits()