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

/external/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp294 std::vector<std::pair<PHINode *, PHINode *> > PHIFixups; member in struct:__anon12876::DFSanFunction
831 // nodes adds them to the PHIFixups list so that they can be properly
834 i = DFSF.PHIFixups.begin(),
835 e = DFSF.PHIFixups.end();
1637 DFSF.PHIFixups.push_back(std::make_pair(&PN, ShadowPN));

Completed in 40 milliseconds