Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/util/
H A Dfind-doc-nits1137 open CFH, "apps/$cmd.c"
1139 while ( <CFH> ) {
1160 close CFH;
1163 open CFH, "<$doc"
1165 while ( <CFH> ) {
1179 close CFH;
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFReader.cpp197 if (const coff_file_header *CFH = COFFObj.getCOFFHeader()) { in create() local
198 Obj->CoffFileHeader = *CFH; in create()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp890 ControlFlowHoister CFH(LI, DT, CurLoop, MSSAU); in hoistRegion() local
922 hoist(I, DT, CurLoop, CFH.getOrCreateHoistedBlock(BB), SafetyInfo, in hoistRegion()
950 hoist(*ReciprocalDivisor, DT, CurLoop, CFH.getOrCreateHoistedBlock(BB), in hoistRegion()
969 hoist(I, DT, CurLoop, CFH.getOrCreateHoistedBlock(BB), SafetyInfo, in hoistRegion()
977 if (CFH.canHoistPHI(PN)) { in hoistRegion()
982 i, CFH.getOrCreateHoistedBlock(PN->getIncomingBlock(i))); in hoistRegion()
983 hoist(*PN, DT, CurLoop, CFH.getOrCreateHoistedBlock(BB), SafetyInfo, in hoistRegion()
1001 CFH.registerPossiblyHoistableBranch(BI); in hoistRegion()