Searched refs:HoistPt (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | GVNHoist.cpp | 313 bool hasEHOnPath(const BasicBlock *HoistPt, const BasicBlock *SrcBB, 469 const BasicBlock *HoistPt) const; 473 const BasicBlock *HoistPt) const; 476 void makeGepsAvailable(Instruction *Repl, BasicBlock *HoistPt, 497 bool makeGepOperandsAvailable(Instruction *Repl, BasicBlock *HoistPt, 676 bool GVNHoist::hasEHOnPath(const BasicBlock *HoistPt, const BasicBlock *SrcBB, in hasEHOnPath() argument 678 assert(DT->dominates(HoistPt, SrcBB) && "Invalid path"); in hasEHOnPath() 687 if (BB == HoistPt) { in hasEHOnPath() 879 const BasicBlock *HoistPt) const { in allOperandsAvailable() 882 if (!DT->dominates(Inst->getParent(), HoistPt)) in allOperandsAvailable() [all …]
|