Home
last modified time | relevance | path

Searched defs:Successors (Results 1 – 9 of 9) sorted by relevance

/external/llvm/docs/
DMIRLangRef.rst210 Successors subsection
235 .. _bb-liveins:
/external/llvm/include/llvm/Analysis/
DInterval.h61 std::vector<BasicBlock*> Successors; variable
/external/llvm/lib/Support/
DDAGDeltaAlgorithm.cpp76 std::map<change_ty, std::vector<change_ty> > Successors; member in __anon048303070111::DAGDeltaAlgorithmImpl
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp610 int Successors = isa<ReturnInst>(TI) ? 1 : TI->getNumSuccessors(); in emitProfileArcs() local
732 int Successors = isa<ReturnInst>(TI) ? 1 : TI->getNumSuccessors(); in buildEdgeLookupTable() local
/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp188 BlockEdgeMap Successors; member in __anon56a9e4c60111::SampleProfileLoader
/external/llvm/lib/CodeGen/
DMachineBlockPlacement.cpp402 SmallVector<MachineBasicBlock *, 4> Successors; in selectBestSuccessor() local
DCodeGenPrepare.cpp271 SmallVector<BasicBlock *, 2> Successors(succ_begin(&BB), succ_end(&BB)); in runOnFunction() local
286 SmallVector<BasicBlock*, 2> Successors(succ_begin(BB), succ_end(BB)); in runOnFunction() local
/external/v8/src/compiler/
Dinstruction.h1121 typedef ZoneVector<RpoNumber> Successors; typedef
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp7389 SmallVector<MachineBasicBlock*, 4> Successors(BB->succ_begin(), in EmitSjLjDispatchBlock() local