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

/external/llvm/include/llvm/IR/
H A DInstructions.h2132 int Idx = getBasicBlockIndex(BB);
2137 /// getBasicBlockIndex - Return the first index of the specified basic
2140 int getBasicBlockIndex(const BasicBlock *BB) const { function in class:llvm::PHINode
2148 int Idx = getBasicBlockIndex(BB);

Completed in 59 milliseconds