HomeSort by: relevance | last modified time | path
    Searched defs:Phi_ (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
MergeICmps.cpp 430 PHINode &Phi_;
438 : Phi_(Phi) {
548 const Value *const Val = Phi_.getIncomingValueForBlock(Comparison.BB);
701 InsertBefore, Next, Phi_, TLI, AA, DTU);
704 BasicBlock *NextCmpBlock = Phi_.getParent();
MergeICmps.cpp 430 PHINode &Phi_;
438 : Phi_(Phi) {
548 const Value *const Val = Phi_.getIncomingValueForBlock(Comparison.BB);
701 InsertBefore, Next, Phi_, TLI, AA, DTU);
704 BasicBlock *NextCmpBlock = Phi_.getParent();

Completed in 61 milliseconds