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

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

Completed in 80 milliseconds