HomeSort by: relevance | last modified time | path
    Searched refs:CFH (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/util/
find-doc-nits 455 open CFH, "./apps/openssl list --options $cmd|"
457 while ( <CFH> ) {
462 close CFH;
465 open CFH, "<doc/man1/$cmd.pod"
467 while ( <CFH> ) {
473 close CFH;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/COFF/
Reader.cpp 198 if (const coff_file_header *CFH = COFFObj.getCOFFHeader()) {
199 Obj->CoffFileHeader = *CFH;
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LICM.cpp 870 ControlFlowHoister CFH(LI, DT, CurLoop, MSSAU);
921 hoist(I, DT, CurLoop, CFH.getOrCreateHoistedBlock(BB), SafetyInfo,
947 hoist(*ReciprocalDivisor, DT, CurLoop, CFH.getOrCreateHoistedBlock(BB),
966 hoist(I, DT, CurLoop, CFH.getOrCreateHoistedBlock(BB), SafetyInfo,
974 if (CFH.canHoistPHI(PN)) {
979 i, CFH.getOrCreateHoistedBlock(PN->getIncomingBlock(i)));
980 hoist(*PN, DT, CurLoop, CFH.getOrCreateHoistedBlock(BB), SafetyInfo,
991 CFH.registerPossiblyHoistableBranch(BI);
  /src/crypto/external/apache2/openssl/dist/util/
find-doc-nits 1137 open CFH, "apps/$cmd.c"
1139 while ( <CFH> ) {
1160 close CFH;
1163 open CFH, "<$doc"
1165 while ( <CFH> ) {
1179 close CFH;
  /src/crypto/external/bsd/openssl/dist/util/
find-doc-nits 1075 open CFH, "apps/$cmd.c"
1077 while ( <CFH> ) {
1098 close CFH;
1101 open CFH, "<$doc"
1103 while ( <CFH> ) {
1117 close CFH;

Completed in 29 milliseconds