Searched refs:getRoots (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineDominanceFrontier.h41 const SmallVectorImpl<MachineBasicBlock *> &getRoots() const { function in class:llvm::MachineDominanceFrontier
42 return Base.getRoots();
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp173 for (const auto *R : Trie.getRoots()) {
276 if (ThreadTrie.FCT.getRoots().empty())
280 DCHECK(!ThreadTrie.FCT.getRoots().empty());
H A Dxray_function_call_trie.h465 const RootArray &getRoots() const XRAY_NEVER_INSTRUMENT { return Roots; }
481 DCHECK(O.getRoots().empty());
495 for (const auto Root : getRoots()) {
553 for (const auto Root : getRoots()) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h57 /// getRoots - Return the root blocks of the current CFG. This may include
60 const SmallVectorImpl<BlockT *> &getRoots() const { return Roots; } function in class:llvm::DominanceFrontierBase
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenRegisters.h506 ArrayRef<const CodeGenRegister*> getRoots() const { function in struct:llvm::RegUnit
H A DRegisterInfoEmitter.cpp1032 ArrayRef<const CodeGenRegister*> Roots = RegBank.getRegUnit(i).getRoots();

Completed in 205 milliseconds