Searched refs:OpParent (Results 1 – 1 of 1) sorted by relevance
14272 BasicBlock *OpParent) { in getSpillCost() argument14273 auto Key = std::make_pair(Root, OpParent); in getSpillCost()14295 if (BB == OpParent || !Visited.insert(BB).second) in getSpillCost()14297 auto Pair = std::make_pair(BB, OpParent); in getSpillCost()14338 BasicBlock *OpParent; in getSpillCost() local14343 OpParent = cast<PHINode>(Entry->getMainOp()) in getSpillCost()14345 OpLastInst = OpParent->getTerminator(); in getSpillCost()14351 OpParent = Inst->getParent(); in getSpillCost()14358 OpParent = OpLastInst->getParent(); in getSpillCost()14361 if (OpParent == Parent) { in getSpillCost()[all …]