Home
last modified time | relevance | path

Searched refs:BasicBlocksCount (Results 1 – 1 of 1) sorted by relevance

/external/llvm/bindings/go/llvm/
Dir.go1099 func (v Value) BasicBlocksCount() int { return int(C.LLVMCountBasicBlocks(v.C)) } func
1101 out := make([]BasicBlock, v.BasicBlocksCount())