Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.cpp165 VPBasicBlock *PrevVPBB = State->CFG.PrevVPBB; in execute() local
177 if (PrevVPBB && /* A */ in execute()
179 SingleHPred->getExitBasicBlock() == PrevVPBB && in execute()
180 PrevVPBB->getSingleHierarchicalSuccessor()) && /* B */ in execute()
198 State->CFG.PrevVPBB = this; in execute()
424 State->CFG.PrevVPBB = nullptr; in execute()
DVPlan.h294 VPBasicBlock *PrevVPBB = nullptr; member
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlan.cpp310 VPBasicBlock *PrevVPBB = State->CFG.PrevVPBB; in execute() local
322 if (PrevVPBB && /* A */ in execute()
324 SingleHPred->getExitBasicBlock() == PrevVPBB && in execute()
325 PrevVPBB->getSingleHierarchicalSuccessor()) && /* B */ in execute()
343 State->CFG.PrevVPBB = this; in execute()
618 State->CFG.PrevVPBB = nullptr; in execute()
DVPlan.h322 VPBasicBlock *PrevVPBB = nullptr; member