Searched refs:CFH (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/ObjCopy/COFF/ |
| H A D | COFFReader.cpp | 198 if (const coff_file_header *CFH = COFFObj.getCOFFHeader()) { in create() local 199 Obj->CoffFileHeader = *CFH; in create()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LICM.cpp | 860 ControlFlowHoister CFH(LI, DT, CurLoop, MSSAU); in hoistRegion() local 906 hoist(I, DT, CurLoop, CFH.getOrCreateHoistedBlock(BB), SafetyInfo, in hoistRegion() 932 hoist(*ReciprocalDivisor, DT, CurLoop, CFH.getOrCreateHoistedBlock(BB), in hoistRegion() 951 hoist(I, DT, CurLoop, CFH.getOrCreateHoistedBlock(BB), SafetyInfo, in hoistRegion() 959 if (CFH.canHoistPHI(PN)) { in hoistRegion() 964 i, CFH.getOrCreateHoistedBlock(PN->getIncomingBlock(i))); in hoistRegion() 965 hoist(*PN, DT, CurLoop, CFH.getOrCreateHoistedBlock(BB), SafetyInfo, in hoistRegion() 976 CFH.registerPossiblyHoistableBranch(BI); in hoistRegion()
|