HomeSort by: relevance | last modified time | path
    Searched defs:getRoot (Results 1 - 17 of 17) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineDominanceFrontier.h 44 MachineBasicBlock *getRoot() const {
45 return Base.getRoot();
MachineDominators.h 95 MachineBasicBlock *getRoot() const {
97 return DT->getRoot();
SelectionDAG.h 513 const SDValue &getRoot() const { return Root; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DominanceFrontier.h 61 BlockT *getRoot() const {
134 this->Roots = {DT.getRoot()};
DDG.h 281 NodeType &getRoot() const {
528 return &DG->getRoot();
569 return &DG->getRoot();
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTBAA.cpp 43 llvm::MDNode *CodeGenTBAA::getRoot() {
74 Char = createScalarTypeNode("omnipotent char", getRoot(), /* Size= */ 1);
271 return TBAAAccessInfo(createScalarTypeNode("vtable pointer", getRoot(), Size),
  /src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
DWARFLinkerDeclContext.h 139 DeclContext &getRoot() { return Root; }
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
Dominators.h 61 CFGBlock *getRoot() const {
62 return DT.getRoot();
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
CallGraph.h 96 CallGraphNode *getRoot() const { return Root; }
266 return CGN->getRoot(); // Start at the external node!
292 return CGN->getRoot();
  /src/external/apache2/llvm/dist/clang/lib/Rewrite/
DeltaTree.cpp 386 static DeltaTreeNode *getRoot(void *Root) {
396 assert(getRoot(RHS.Root)->getNumValuesUsed() == 0 &&
402 getRoot(Root)->Destroy();
409 const DeltaTreeNode *Node = getRoot(Root);
457 DeltaTreeNode *MyRoot = getRoot(Root);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
ImmutableMap.h 126 TreeTy *getRoot() const {
ImmutableSet.h 1052 TreeTy *getRoot() {
  /src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
MsgPackDocument.h 296 DocNode &getRoot() { return Root; }
299 void clear() { getRoot() = getEmptyNode(); }
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
YAMLParser.h 28 // yaml::Node *n = di->getRoot();
543 Node *getRoot() {
GenericDomTree.h 461 NodeT *getRoot() const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMParallelDSP.cpp 160 Instruction *getRoot() { return Root; }
675 IRBuilder<NoFolder> Builder(R.getRoot()->getParent());
687 Mul = cast<Instruction>(Builder.CreateSExt(Mul, R.getRoot()->getType()));
707 Builder.SetInsertPoint(R.getRoot());
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 1045 SDValue Root = DAG.getRoot();
1078 SDValue SelectionDAGBuilder::getRoot() {
2909 Ops.push_back(getRoot()); // inchain
3091 DAG.setRoot(DAG.getNode(ISD::TRAP, getCurSDLoc(), MVT::Other, DAG.getRoot()));
4024 getRoot(), AllocSize,
4076 Root = getRoot();
4089 Root = DAG.getRoot();
4170 // Chain can be getRoot or getControlRoot.
4171 SDValue CopyNode = DAG.getCopyToReg(getRoot(), getCurSDLoc(), VReg,
4205 getRoot(), getCurSDLoc()
    [all...]

Completed in 40 milliseconds