Searched defs:Roots (Results 1 - 21 of 21) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DFloat2Int.h46 SmallPtrSet<Instruction *, 8> Roots; member in class:llvm::Float2IntPass
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DProfile.h131 SmallVector<TrieNode *, 4> Roots; member in class:llvm::xray::Profile
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h51 SmallVector<BlockT *, IsPostDom ? 4 : 1> Roots; member in class:llvm::DominanceFrontierBase
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DGCMetadata.h87 std::vector<GCRoot> Roots; member in class:llvm::GCFunctionInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DGCRootLowering.cpp144 static bool InsertRootInitializers(Function &F, ArrayRef<AllocaInst *> Roots) { argument
194 SmallVector<AllocaInst *, 32> Roots; local
H A DShadowStackGCLowering.cpp62 std::vector<std::pair<CallInst *, AllocaInst *>> Roots; member in class:__anon4659::ShadowStackGCLowering
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp65 std::vector<change_ty> Roots; member in class:__anon4846::DAGDeltaAlgorithmImpl
[all...]
H A DVirtualFileSystem.cpp1540 auto *Roots = dyn_cast<yaml::SequenceNode>(I.getValue()); local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DModuleManager.h60 SmallVector<ModuleFile *, 2> Roots; member in class:clang::serialization::ModuleManager
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h323 RootArray Roots; member in class:__xray::FunctionCallTrie
331 Roots(*A.RootAllocator), member in class:__xray::FunctionCallTrie
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPropagateAttributes.cpp74 SmallSet<Function *, 32> Roots; member in class:__anon4975::AMDGPUPropagateAttributes
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp187 void Float2IntPass::walkBackwards(const SmallPtrSetImpl<Instruction*> &Roots) { argument
123 findRoots(Function &F, const DominatorTree &DT, SmallPtrSet<Instruction*,8> &Roots) argument
[all...]
H A DLoopRerollPass.cpp370 SmallInstructionVector Roots; member in struct:__anon5672::LoopReroll::DAGRootSet
779 collectPossibleRoots(Instruction *Base, std::map<int64_t,Instruction*> &Roots) { argument
721 collectInLoopUserSet( const SmallInstructionVector &Roots, const SmallInstructionSet &Exclude, const SmallInstructionSet &Final, DenseSet<Instruction *> &Users) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTree.h240 SmallVector<NodeT *, IsPostDom ? 4 : 1> Roots; member in class:llvm::DominatorTreeBase
[all...]
H A DVirtualFileSystem.h666 std::vector<std::unique_ptr<Entry>> Roots; member in class:llvm::vfs::RedirectingFileSystem
H A DGenericDomTreeConstruction.h385 RootsT Roots; local
510 RemoveRedundantRoots(const DomTreeT &DT, BatchUpdatePtr BUI, RootsT &Roots) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp147 std::vector<RootInfo> Roots; member in class:__anon5927::CombineRule
230 SmallSet<const GIMatchDagInstr *, 5> Roots; local
[all...]
H A DCodeGenRegisters.h485 const CodeGenRegister *Roots[2]; member in struct:llvm::RegUnit
[all...]
H A DRegisterInfoEmitter.cpp1019 ArrayRef<const CodeGenRegister*> Roots = RegBank.getRegUnit(i).getRoots(); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp377 SmallPtrSet<Value *, 4> Roots; local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp1060 NodeVect Roots; local
433 invert_find_roots(const NodeVect &Nodes, NodeChildrenMap &NCM, NodeVect &Roots) argument
1166 NodeVect Roots; local
[all...]

Completed in 455 milliseconds