Home
last modified time | relevance | path

Searched refs:OpParent (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp14272 BasicBlock *OpParent) { in getSpillCost() argument
14273 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() local
14343 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 …]