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-nits1075 open CFH, "apps/$cmd.c"
1077 while ( <CFH> ) {
1098 close CFH;
1101 open CFH, "<$doc"
1103 while ( <CFH> ) {
1117 close CFH;
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFReader.cpp198 if (const coff_file_header *CFH = COFFObj.getCOFFHeader()) { in create() local
199 Obj->CoffFileHeader = *CFH; in create()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp887 ControlFlowHoister CFH(LI, DT, CurLoop, MSSAU); in hoistRegion() local
919 hoist(I, DT, CurLoop, CFH.getOrCreateHoistedBlock(BB), SafetyInfo, in hoistRegion()
947 hoist(*ReciprocalDivisor, DT, CurLoop, CFH.getOrCreateHoistedBlock(BB), in hoistRegion()
966 hoist(I, DT, CurLoop, CFH.getOrCreateHoistedBlock(BB), SafetyInfo, in hoistRegion()
974 if (CFH.canHoistPHI(PN)) { in hoistRegion()
979 i, CFH.getOrCreateHoistedBlock(PN->getIncomingBlock(i))); in hoistRegion()
980 hoist(*PN, DT, CurLoop, CFH.getOrCreateHoistedBlock(BB), SafetyInfo, in hoistRegion()
998 CFH.registerPossiblyHoistableBranch(BI); in hoistRegion()