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

/external/llvm/include/llvm/
H A DInstructions.h2118 int Idx = getBasicBlockIndex(BB);
2123 /// getBasicBlockIndex - Return the first index of the specified basic
2126 int getBasicBlockIndex(const BasicBlock *BB) const { function in class:llvm::PHINode
2134 int Idx = getBasicBlockIndex(BB);

Completed in 78 milliseconds