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

/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp560 /// removeFromLeaderTable - Scan the list of values corresponding to a given
562 void removeFromLeaderTable(uint32_t N, Instruction *I, BasicBlock *BB) { function in class:__anon9920::GVN
2063 // own value number (this is used by removeFromLeaderTable), do not do this
2529 removeFromLeaderTable(ValNo, CurInst, CurrentBlock);

Completed in 45 milliseconds