Home
last modified time | relevance | path

Searched defs:PH (Results 1 – 11 of 11) sorted by relevance

/NextBSD/contrib/llvm/lib/Transforms/Utils/
HDLoopVersioning.cpp52 BasicBlock *PH = SplitBlock(MemCheckBB, MemCheckBB->getTerminator(), DT, LI); in versionLoop() local
HDLoopUnrollRuntime.cpp340 BasicBlock *PH = L->getLoopPreheader(); in UnrollRuntimeLoopProlog() local
/NextBSD/contrib/llvm/lib/Object/
HDCOFFYAML.cpp366 COFFYAML::PEHeader &PH) { in mapping()
/NextBSD/usr.bin/tip/tip/
HDtip.h73 char *PH; /* phone number file */ variable
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDLoopDistribute.cpp639 BasicBlock *PH = L->getLoopPreheader(); in processLoop() local
HDLoopStrengthReduce.cpp1837 PHINode *PH = dyn_cast<PHINode>(ShadowUse->getOperand(0)); in OptimizeShadowIV() local
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDVerifyDiagnosticConsumer.cpp317 for (ParseHelper PH(S); !PH.Done();) { in ParseDirective() local
/NextBSD/contrib/llvm/lib/Transforms/Vectorize/
HDSLPVectorizer.cpp1088 PHINode *PH = dyn_cast<PHINode>(VL0); in buildTree_rec() local
2122 PHINode *PH = dyn_cast<PHINode>(VL0); in vectorizeTree() local
2519 if (PHINode *PH = dyn_cast<PHINode>(User)) { in vectorizeTree() local
/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonCommonGEP.cpp871 if (BasicBlock *PH = L->getLoopPreheader()) in preheader() local
HDHexagonHardwareLoops.cpp788 MachineBasicBlock *PH = Loop->getLoopPreheader(); in computeCount() local
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDTypePrinter.cpp1601 StringRef PH = PlaceHolder.toStringRef(PHBuf); in print() local