Searched refs:PhiIndex (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3239 /// the phi node, and set PhiIndex to BB's index in the phi node.
3242 int *PhiIndex) {
3262 *PhiIndex = Idx;
3281 int PhiIndex; local
3283 &PhiIndex);
3286 ForwardingNodes[PHI].push_back(PhiIndex);
3240 FindPHIForConditionForwarding(ConstantInt *CaseValue, BasicBlock *BB, int *PhiIndex) argument

Completed in 82 milliseconds