Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLICM.cpp878 ControlFlowHoister CFH(LI, DT, CurLoop, MSSAU); in hoistRegion() local
910 hoist(I, DT, CurLoop, CFH.getOrCreateHoistedBlock(BB), SafetyInfo, in hoistRegion()
936 hoist(*ReciprocalDivisor, DT, CurLoop, CFH.getOrCreateHoistedBlock(BB), in hoistRegion()
955 hoist(I, DT, CurLoop, CFH.getOrCreateHoistedBlock(BB), SafetyInfo, in hoistRegion()
963 if (CFH.canHoistPHI(PN)) { in hoistRegion()
968 i, CFH.getOrCreateHoistedBlock(PN->getIncomingBlock(i))); in hoistRegion()
969 hoist(*PN, DT, CurLoop, CFH.getOrCreateHoistedBlock(BB), SafetyInfo, in hoistRegion()
987 CFH.registerPossiblyHoistableBranch(BI); in hoistRegion()